Skip to content

Commit 5683b76

Browse files
committed
fixup! fixup! Skip unsupported platforms in profiler tests
1 parent 90260a6 commit 5683b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sample_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,7 @@ def test_collapsed_stack_with_recursion(self):
13741374

13751375

13761376
@requires_subprocess()
1377+
@skip_if_not_supported
13771378
class TestSampleProfilerIntegration(unittest.TestCase):
13781379
@classmethod
13791380
def setUpClass(cls):
@@ -1566,7 +1567,6 @@ def test_sampling_with_collapsed_export(self):
15661567
# Each part should be file:function:line
15671568
self.assertIn(":", part)
15681569

1569-
@skip_if_not_supported
15701570
def test_sampling_all_threads(self):
15711571
with (
15721572
test_subprocess(self.test_script) as proc,

0 commit comments

Comments
 (0)