Skip to content

Commit fee2501

Browse files
committed
mark thread test as xfail on mac
1 parent 50d9029 commit fee2501

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_pydiso.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
set_mkl_pardiso_threads,
1010
)
1111
import pytest
12+
import sys
1213

1314
np.random.seed(12345)
1415
n = 40
@@ -39,6 +40,7 @@
3940
}
4041

4142

43+
@pytest.mark.xfail(sys.platform == "darwin", reason="Unexpected Thread bug in third party library")
4244
def test_thread_setting():
4345
n1 = get_mkl_max_threads()
4446
n2 = get_mkl_pardiso_max_threads()

0 commit comments

Comments
 (0)