Skip to content

Commit aed139f

Browse files
committed
Revert "Remove workaround for NI-FGEN bug 999932."
This reverts commit 38fae11.
1 parent 927e922 commit aed139f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/nifgen/system_tests/test_system_nifgen.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ def test_method_get_self_cal_supported(session):
7575
assert session.get_self_cal_supported() in [True, False]
7676

7777

78-
def test_get_self_cal_last_date_and_time(session):
78+
# 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):
7980
try:
80-
session.get_self_cal_last_date_and_time()
81+
session_5421.get_self_cal_last_date_and_time()
8182
assert False
8283
except nifgen.Error as e:
8384
assert e.code == -1074118632 # This operation is not supported for simulated device

0 commit comments

Comments
 (0)