--- a/psutil/tests/test_process.py +++ b/psutil/tests/test_process.py @@ -344,6 +344,7 @@ self.assertGreaterEqual(io2[i], 0) self.assertGreaterEqual(io2[i], 0) + @unittest.skipIf(True, "could be flacky in obs with Debian or Red Hat based systems") @unittest.skipIf(not HAS_IONICE, "not supported") @unittest.skipIf(not LINUX, "linux only") @unittest.skip("Unreliable in OBS")