We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311a4e3 commit 749a868Copy full SHA for 749a868
1 file changed
Lib/test/test_profiling/test_sampling_profiler/test_modes.py
@@ -371,11 +371,6 @@ def jsonl(obj):
371
for exp in expected:
372
self.assertIn(exp, lines)
373
374
- # self.assertIn(active1_key, collector_no_skip.result)
375
- # self.assertIn(active2_key, collector_no_skip.result)
376
- # self.assertIn(
377
- # idle_key, collector_no_skip.result
378
- # ) # Idle thread should be included
379
380
@requires_remote_subprocess_debugging()
381
class TestGilModeFiltering(unittest.TestCase):
0 commit comments