python311Packages.pytext-dist: disable flaky test
This commit is contained in:
parent
64eacbc2df
commit
f122f6887a
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ buildPythonPackage rec {
|
|||
"test_rsyncignore"
|
||||
# flakey
|
||||
"test_internal_errors_propagate_to_controller"
|
||||
# https://github.com/pytest-dev/pytest-xdist/issues/985
|
||||
"test_workqueue_ordered_by_size"
|
||||
];
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
|
Loading…
Reference in a new issue