Skip to content

Commit

Permalink
Try alex threading tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed May 3, 2024
1 parent ce05820 commit a7fed18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/pythonpkg/tests/fast/test_alex_multithread.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import pytest


pytestmark = pytest.mark.xfail(
condition=platform.system() == "Emscripten",
reason="Emscripten builds cannot use threads",
)
# pytestmark = pytest.mark.xfail(
# condition=platform.system() == "Emscripten",
# reason="Emscripten builds cannot use threads",
# )


@pytest.fixture(scope="session")
Expand Down

0 comments on commit a7fed18

Please sign in to comment.