Skip to content

Commit

Permalink
marked grpc_xfail for failed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneDroid committed Feb 18, 2024
1 parent 2e58ee3 commit 6a2d14f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/component/system/test_device.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import pytest

from nidaqmx.errors import RpcError
from nidaqmx.system import Device


Expand Down Expand Up @@ -35,6 +38,9 @@ def test___self_test_device___no_errors(any_x_series_device: Device) -> None:
any_x_series_device.self_test_device()


@pytest.mark.grpc_xfail(
reason="Requires NI gRPC Device Server version 2.5 or later", raises=RpcError
)
def test___restore_last_ext_cal_const___no_errors(sim_x_series_device: Device) -> None:
sim_x_series_device.restore_last_ext_cal_const()

Expand Down

0 comments on commit 6a2d14f

Please sign in to comment.