disable-some-tests
authorMatthias Klose <doko@debian.org>
Fri, 24 Sep 2021 09:43:00 +0000 (10:43 +0100)
committerMatthias Klose <doko@debian.org>
Fri, 24 Sep 2021 09:43:00 +0000 (10:43 +0100)
# DP: Disable some failing tests we are not interested in

# DP: Disable some failing tests we are not interested in

Gbp-Pq: Name disable-some-tests.diff

Lib/distutils/tests/test_build_ext.py

index 808c0dc2874cd5354684aa8ea999e150429cde3f..0dc397d0c70493f000ca9cdfcd7f3ef211534cf9 100644 (file)
@@ -111,6 +111,7 @@ class BuildExtTestCase(TempdirManager,
         """)
         assert_python_ok('-c', code)
 
+    @unittest.skip('Skipping failing Solaris test')
     def test_solaris_enable_shared(self):
         dist = Distribution({'name': 'xx'})
         cmd = self.build_ext(dist)