Skip to content

Commit 3ca2ced

Browse files
authored
python312Packages.coffea: disable flaky test (#374545)
2 parents ece71c6 + e5c7494 commit 3ca2ced

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/coffea/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ buildPythonPackage rec {
9797
# Requires internet access
9898
# https://github.com/CoffeaTeam/coffea/issues/1094
9999
"test_lumimask"
100+
101+
# Flaky: FileNotFoundError: [Errno 2] No such file or directory: 'nminusone.npz'
102+
# https://github.com/scikit-hep/coffea/issues/1246
103+
"test_packed_selection_nminusone_dak"
100104
];
101105

102106
__darwinAllowLocalNetworking = true;

0 commit comments

Comments
 (0)