Mark timeout test (~20s) as slow.#188
Conversation
Make it skipped by default which highly reduce the runtime of the all test suite
Codecov Report
@@ Coverage Diff @@
## master #188 +/- ##
==========================================
+ Coverage 98.44% 98.45% +<.01%
==========================================
Files 53 53
Lines 6129 6131 +2
Branches 476 476
==========================================
+ Hits 6034 6036 +2
Misses 80 80
Partials 15 15
Continue to review full report at Codecov.
|
|
Doh, sorry you hit this. This test is actually supposed to run quickly – I run the tests locally all the time, and get grumpy when they take more than ~2.5 seconds total. But I do this on Linux, and it turns out that this test is hitting a MacOS bug :-(. I happened to notice a little while ago while tracking down some other MacOS thing, and fixed it here: 8d40410 |
|
No worries, I can easily fix that locally. And yes sometime MacOs is a mess. I'm worried about APFS that will roll as a standard and unlike HFS+ stops normalizing unicode filenames. |
|
#107 is merged, so I think this should be fixed. (Please open an issue if not!) |
Make it skipped by default which highly reduce the runtime of the all test suite, at least locally when "just" running py.test.