Skip to content

Commit b8f31dc

Browse files
committed
TST: skip test using threads on WASM
1 parent 8d0a8ad commit b8f31dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/_core/tests/test_nep50_promotions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ def test_oob_creation(sctype, create):
344344
assert create(sctype, iinfo.max) == iinfo.max
345345

346346

347+
@pytest.mark.skipif(IS_WASM, reason="wasm doesn't have support for threads")
347348
def test_thread_local_promotion_state():
348349
b = threading.Barrier(2)
349350

0 commit comments

Comments
 (0)