Skip to content

Commit ac8a24e

Browse files
authored
tests: Add xfail to intermittent PXIe-4322 tests (#839)
1 parent 6902154 commit ac8a24e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/component/task/test_out_stream_write_properties.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def test___ao_task___get_uint64_property___returns_default_value(ao_task: Task):
7676
assert ao_task.out_stream.curr_write_pos == 0
7777

7878

79+
@pytest.mark.xfail(reason="https://github.com/ni/nidaqmx-python/issues/833")
7980
@pytest.mark.device_name("aoTester")
8081
def test___ao_current_task___get_bool_property___returns_default_value(task, device):
8182
task.ao_channels.add_ao_current_chan(device.ao_physical_chans[0].name)
@@ -84,6 +85,7 @@ def test___ao_current_task___get_bool_property___returns_default_value(task, dev
8485
assert not task.out_stream.open_current_loop_chans_exist
8586

8687

88+
@pytest.mark.xfail(reason="https://github.com/ni/nidaqmx-python/issues/833")
8789
@pytest.mark.grpc_xfail(
8890
reason="AB#2393824: DAQmx read/write status properties return errors when called from C, Python, or grpc-device.",
8991
raises=DaqError,
@@ -97,6 +99,7 @@ def test___ao_current_task___get_string_list_property___returns_default_value(ta
9799
assert task.out_stream.open_current_loop_chans == []
98100

99101

102+
@pytest.mark.xfail(reason="https://github.com/ni/nidaqmx-python/issues/833")
100103
@pytest.mark.device_name("aoTester")
101104
def test___ao_current_task__read_property___out_of_order___throws_daqerror(task, device):
102105
task.ao_channels.add_ao_current_chan(device.ao_physical_chans[0].name)

0 commit comments

Comments
 (0)