summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/software/test/test_software_identity_checks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/software/test/test_software_identity_checks.py b/src/software/test/test_software_identity_checks.py
index d0c7ba1..20d4fd1 100644
--- a/src/software/test/test_software_identity_checks.py
+++ b/src/software/test/test_software_identity_checks.py
@@ -61,6 +61,7 @@ class TestSoftwareIdentityChecks(base.SoftwareBaseTestCase):
})
})
+ @unittest.skip("unrealiable test on random packages")
def test_get_instance(self):
"""
Tests GetInstance call on packages from our rpm cache.
@@ -117,6 +118,7 @@ class TestSoftwareIdentityChecks(base.SoftwareBaseTestCase):
pkg.get_nevra(newer=True, with_epoch='ALWAYS'),
ref.SoftwareElementID)
+ @unittest.skip("unrealiable test on random packages")
def test_get_check_referents(self):
"""
Test AssociatorNames for Check(SoftwareIdentityFileCheck).