mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: python-locust: Disable some more tests.
* gnu/packages/benchmark.scm (python-locust)[arguments]: Update list of disabled tests. Change-Id: I3d6d070a1cc771c006530454b0bb9506287bbe6b
This commit is contained in:
parent
c09fc8696d
commit
d2ad0b98c5
1 changed files with 6 additions and 0 deletions
|
@ -472,6 +472,12 @@ setup against another one.")
|
||||||
;; https://github.com/locustio/locust/issues/1708).
|
;; https://github.com/locustio/locust/issues/1708).
|
||||||
"not test_custom_exit_code"
|
"not test_custom_exit_code"
|
||||||
"not test_webserver"
|
"not test_webserver"
|
||||||
|
;; These fail on the build farm for unknown reasons. I
|
||||||
|
;; suspect the test suite is just really picky and
|
||||||
|
;; stateful.
|
||||||
|
"not test_workers_shut_down_if_master_is_gone"
|
||||||
|
"not test_custom_arguments_in_file"
|
||||||
|
"not test_custom_arguments"
|
||||||
;; These are time critical and can fail on busy machines.
|
;; These are time critical and can fail on busy machines.
|
||||||
"not test_distribute_users"
|
"not test_distribute_users"
|
||||||
"not test_ramp_down_from_100_000_to_0_users_with_50_user_classes_and_1000_workers_and_5000_spawn_rate"
|
"not test_ramp_down_from_100_000_to_0_users_with_50_user_classes_and_1000_workers_and_5000_spawn_rate"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue