Skip to content

Commit 5d63bf2

Browse files
author
Jonathan Ringer
committed
python3Packages.xdist: disable flakey test
1 parent 4679a09 commit 5d63bf2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • pkgs/development/python-modules/pytest-xdist

pkgs/development/python-modules/pytest-xdist/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ buildPythonPackage rec {
3636
"test_rsync_report"
3737
"test_init_rsync_roots"
3838
"test_rsyncignore"
39+
# flakey
40+
"test_internal_errors_propagate_to_controller"
3941
];
4042

4143
meta = with lib; {

0 commit comments

Comments
 (0)