summaryrefslogtreecommitdiff
path: root/debian/patches/disable-some-tests.diff
blob: 28b72ece1c7ac5905d18801f3e4746b5519c448c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DP: Disable some failing tests we are not interested in

Index: b/Lib/distutils/tests/test_build_ext.py
===================================================================
--- a/Lib/distutils/tests/test_build_ext.py
+++ b/Lib/distutils/tests/test_build_ext.py
@@ -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)