Skip to content

Commit 0235127

Browse files
committed
fixup! Skip unsupported platforms in profiler tests
1 parent a33d166 commit 0235127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_sample_profiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,6 +1564,7 @@ def test_sampling_with_collapsed_export(self):
15641564
# Each part should be file:function:line
15651565
self.assertIn(":", part)
15661566

1567+
@skip_if_not_supported
15671568
def test_sampling_all_threads(self):
15681569
with (
15691570
test_subprocess(self.test_script) as proc,

0 commit comments

Comments
 (0)