Skip to content

Commit 8a2192c

Browse files
Fixup du tests
Disable the top-level test as it's not working well. Not clear we want this tbh
1 parent 3dc0c78 commit 8a2192c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_core.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ def test_examples(self, chunk_size, size, start, stop):
237237
# It works in CI on Linux, but it'll probably break at some point.
238238
# It's also necessary to update these numbers each time a new data
239239
# file gets added
240-
("tests/data", 5045032),
240+
# NOTE: removed this after additional plink files broke it in #390.
241+
# It's not worth the trouble - see #330
242+
# ("tests/data", 5053610),
241243
("tests/data/vcf", 5018640),
242244
("tests/data/vcf/sample.vcf.gz", 1089),
243245
],

0 commit comments

Comments
 (0)