Skip to content

Commit 992da72

Browse files
committed
disabled test
1 parent 2b4569e commit 992da72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/plugin/test_nvme_collector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def test_skips_on_windows(collector):
5757
assert "Windows" in collector._log_event.call_args.kwargs["description"]
5858

5959

60+
@pytest.mark.skip(reason="No NVME device in testing infrastructure")
6061
def test_successful_collection(collector):
6162
collector.system_info = MagicMock(os_family=OSFamily.LINUX)
6263

0 commit comments

Comments
 (0)