Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip test_lcr_custom_cable_compensation_data #1911

Merged
merged 1 commit into from
Apr 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/nidcpower/system_tests/test_system_nidcpower.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@ def test_perform_lcr_load_compensation(self, session):
def test_perform_lcr_open_short_custom_cable_compensation(self, session, compensation_function):
compensation_function(session)

@pytest.mark.skip(reason="TODO(jfitzger): Skip until we have a way to successfully call configure with a simulated device. GitHub issue #1908")
@pytest.mark.resource_name("4190/0")
@pytest.mark.options("Simulate=1, DriverSetup=Model:4190; BoardType:PXIe")
def test_lcr_custom_cable_compensation_data(self, session):
Expand Down