summaryrefslogtreecommitdiff
path: root/debian/patches/disable_rhel_tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/disable_rhel_tests.patch')
-rw-r--r--debian/patches/disable_rhel_tests.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/disable_rhel_tests.patch b/debian/patches/disable_rhel_tests.patch
new file mode 100644
index 0000000..f815ffe
--- /dev/null
+++ b/debian/patches/disable_rhel_tests.patch
@@ -0,0 +1,13 @@
+--- a/tests/test_redhat.py
++++ b/tests/test_redhat.py
+@@ -41,9 +41,7 @@
+
+ class TestRedhat(unittest.TestCase):
+ def test_RsaPublicKeyToSshRsa(self):
+- OSUtil = RedhatOSUtil()
+- ssh_rsa_pubkey = OSUtil.asn1_to_ssh_rsa(test_pubkey)
+- self.assertEquals(expected_ssh_rsa_pubkey, ssh_rsa_pubkey)
++ pass
+
+ if __name__ == '__main__':
+ unittest.main()