Skip to content

Commit 2debf8d

Browse files
committed
rename test
1 parent 4211e98 commit 2debf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/unit/runtime/test_autotuner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def grid(meta):
453453
exception_out_of_resource)
454454

455455

456-
def test_autotuner_thread_safety(device: str):
456+
def test_nogil_safety(device: str):
457457
if getattr(sys, "_is_gil_enabled", lambda: True)():
458458
pytest.skip("Requires running with the GIL disabled (PYTHON_GIL=0)")
459459
if not is_cuda():

0 commit comments

Comments
 (0)