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 2b4569e commit 992da72Copy full SHA for 992da72
test/unit/plugin/test_nvme_collector.py
@@ -57,6 +57,7 @@ def test_skips_on_windows(collector):
57
assert "Windows" in collector._log_event.call_args.kwargs["description"]
58
59
60
+@pytest.mark.skip(reason="No NVME device in testing infrastructure")
61
def test_successful_collection(collector):
62
collector.system_info = MagicMock(os_family=OSFamily.LINUX)
63
0 commit comments