090f910
Index: cloud-init-0.7.8/tests/unittests/test_handler/test_handler_apt_source_v3.py
090f910
===================================================================
090f910
--- cloud-init-0.7.8.orig/tests/unittests/test_handler/test_handler_apt_source_v3.py
090f910
+++ cloud-init-0.7.8/tests/unittests/test_handler/test_handler_apt_source_v3.py
090f910
@@ -947,6 +947,9 @@ deb http://ubuntu.com/ubuntu/ xenial-pro
090f910
         self.assertEqual(
090f910
             orig, cc_apt_configure.disable_suites(["proposed"], orig, rel))
090f910
 
090f910
+    # https://bugs.launchpad.net/cloud-init/+bug/1629149
090f910
+    import unittest
090f910
+    @unittest.skip('module not used on Fedora; test is env-sensitive')
090f910
     def test_apt_v3_mirror_search_dns(self):
090f910
         """test_apt_v3_mirror_search_dns - Test searching dns patterns"""
090f910
         pmir = "phit"