diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-07 20:43:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:37 +0100 |
commit | d2ad0b98c55ba1697c79daad7f8bc35fb45fee26 (patch) | |
tree | 423fef9cea2a0d426b3e53191f4a19d32d55c4da /gnu/packages/benchmark.scm | |
parent | c09fc8696d7fde622ff640a9b805b77c59b7e7af (diff) |
gnu: python-locust: Disable some more tests.
* gnu/packages/benchmark.scm (python-locust)[arguments]: Update list of
disabled tests.
Change-Id: I3d6d070a1cc771c006530454b0bb9506287bbe6b
Diffstat (limited to 'gnu/packages/benchmark.scm')
-rw-r--r-- | gnu/packages/benchmark.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index d204803f970..8743dc66aae 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -472,6 +472,12 @@ setup against another one.") ;; https://github.com/locustio/locust/issues/1708). "not test_custom_exit_code" "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. "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" |