Skip to content

Commit 7c83517

Browse files
Disable tests for FT-builds
1 parent 66f8e96 commit 7c83517

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_get_gc_stats.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from test.support import (
1010
import_helper,
1111
SHORT_TIMEOUT,
12+
requires_gil_enabled,
1213
requires_remote_subprocess_debugging,
1314
)
1415

@@ -37,6 +38,7 @@ def get_last_item(gc_stats: tuple[dict[str, str|int|float]],
3738
return item
3839

3940

41+
@requires_gil_enabled()
4042
@requires_remote_subprocess_debugging()
4143
class TestGetGCStats(unittest.TestCase):
4244

0 commit comments

Comments
 (0)