Skip to content

Commit cdbe1c4

Browse files
committed
Fix new class test FailingInitializerResourcesTest on Windows since resource tracer is not running there
1 parent 4414c89 commit cdbe1c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_concurrent_futures.py

+1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ def _assert_logged(self, msg):
290290
create_executor_tests(FailingInitializerMixin)
291291

292292

293+
@unittest.skipIf(sys.platform == "win32", "Resource Tracker doesn't run on Windows")
293294
class FailingInitializerResourcesTest(unittest.TestCase):
294295
"""
295296
Source: https://github.com/python/cpython/issues/104090

0 commit comments

Comments
 (0)