Skip to content

Commit

Permalink
Remove edit snafu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yhg1s committed Jan 12, 2025
1 parent 94ab0c6 commit c6b9200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_free_threading/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from test import support


#if not support.Py_GIL_DISABLED:
# raise unittest.SkipTest("GIL enabled")
if not support.Py_GIL_DISABLED:
raise unittest.SkipTest("GIL enabled")

def load_tests(*args):
return support.load_package_tests(os.path.dirname(__file__), *args)

0 comments on commit c6b9200

Please sign in to comment.