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 992da72 commit 3db081bCopy full SHA for 3db081b
test/unit/plugin/test_nvme_collector.py
@@ -89,6 +89,7 @@ def fake_cmd(cmd, sudo):
89
assert collector._log_event.call_count >= 1
90
91
92
+@pytest.mark.skip(reason="No NVME device in testing infrastructure")
93
def test_no_data_collected(collector):
94
collector.system_info = MagicMock(os_family=OSFamily.LINUX)
95
0 commit comments