We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927e922 commit aed139fCopy full SHA for aed139f
src/nifgen/system_tests/test_system_nifgen.py
@@ -75,9 +75,10 @@ def test_method_get_self_cal_supported(session):
75
assert session.get_self_cal_supported() in [True, False]
76
77
78
-def test_get_self_cal_last_date_and_time(session):
+# TODO(sbethur): When internal bug# 999932 is fixed, update the test to use PXIe-5433 (Tracked on GitHub by #1375)
79
+def test_get_self_cal_last_date_and_time(session_5421):
80
try:
- session.get_self_cal_last_date_and_time()
81
+ session_5421.get_self_cal_last_date_and_time()
82
assert False
83
except nifgen.Error as e:
84
assert e.code == -1074118632 # This operation is not supported for simulated device
0 commit comments