Skip to content

Commit 6b10f1d

Browse files
committed
Disable broken ntcore test
1 parent d4742f8 commit 6b10f1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subprojects/pyntcore/tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def do(nt1, nt2, t):
9797
assert t2.getStringArray("sa", None) == ["t", "s"]
9898

9999

100+
@pytest.mark.skip(reason="ntcore is broken")
100101
def test_basic(nt_live):
101102
nt_server, nt_client = nt_live
102103

0 commit comments

Comments
 (0)