Skip to content

Commit b1e6823

Browse files
authored
Merge branch 'ni:master' into master
2 parents c394838 + 601db52 commit b1e6823

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/component/system/test_physical_channel_properties.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import sys
2+
13
import numpy
24
import pytest
35

@@ -83,12 +85,14 @@ def test___physical_channel_with_teds___get_uint32_property___returns_configured
8385
assert phys_chan.teds_mfg_id == 17
8486

8587

88+
@pytest.mark.skipif(not sys.platform.startswith("win"), reason="mioDAQ support Windows-only")
8689
def test___physical_channel___get_int32_property___returns_value():
8790
phys_chans = PhysicalChannel("mioDAQ/port0")
8891

8992
assert phys_chans.dig_port_logic_family in LogicFamily
9093

9194

95+
@pytest.mark.skipif(not sys.platform.startswith("win"), reason="mioDAQ support Windows-only")
9296
@pytest.mark.library_only(
9397
reason="AB#2375679: gRPC interpreter doesn't support setting physical channel property."
9498
)

0 commit comments

Comments
 (0)