python311Packages.pytext-dist: disable flaky test

This commit is contained in:
Martin Weinelt
2023-12-20 20:46:12 +01:00
parent 64eacbc2df
commit f122f6887a
@@ -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;