Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:saltstack:bundle:next:python311:CentOS7
saltbundlepy-psutil
skip-flacky-tests-on-obs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File skip-flacky-tests-on-obs.patch of Package saltbundlepy-psutil
diff -urN a/psutil/tests/test_linux.py b/psutil/tests/test_linux.py --- a/psutil/tests/test_linux.py 2023-12-14 09:59:41.727711649 +0100 +++ b/psutil/tests/test_linux.py 2023-12-14 10:38:38.219968536 +0100 @@ -257,6 +257,7 @@ psutil_value = psutil.virtual_memory().total self.assertEqual(cli_value, psutil_value) + @unittest.skip("Flacky in OBS") @retry_on_failure() def test_used(self): # Older versions of procps used slab memory to calculate used memory. @@ -313,6 +314,7 @@ self.assertAlmostEqual( vmstat_value, psutil_value, delta=TOLERANCE_SYS_MEM) + @unittest.skip("Flacky in OBS") @retry_on_failure() def test_used(self): # Older versions of procps used slab memory to calculate used memory. @@ -1376,6 +1378,7 @@ if base and c: self.assertEqual(base, c) + @unittest.skip("Fails in OBS") @unittest.skipIf(not which("findmnt"), "findmnt utility not available") @unittest.skipIf(GITHUB_ACTIONS, "unsupported on GITHUB_ACTIONS") def test_against_findmnt(self):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor