2025-05-17 08:59:41 +00:00
|
|
|
diff -Nru testresources-2.0.2.orig/testresources/tests/test_optimising_test_suite.py testresources-2.0.2/testresources/tests/test_optimising_test_suite.py
|
|
|
|
--- testresources-2.0.2.orig/testresources/tests/test_optimising_test_suite.py 2025-04-22 12:21:27.000000000 +0200
|
|
|
|
+++ testresources-2.0.2/testresources/tests/test_optimising_test_suite.py 2025-05-16 08:21:08.834763803 +0200
|
|
|
|
@@ -537,6 +537,7 @@
|
2018-08-07 10:33:41 +00:00
|
|
|
permutations.append([case4, case1, case3, case2])
|
|
|
|
return permutations
|
|
|
|
|
|
|
|
+ @unittest.skip("too flaky")
|
|
|
|
def testBasicSortTests(self):
|
2025-05-17 08:59:41 +00:00
|
|
|
self.skipTest("flaky, see LP #1645008")
|
2018-08-07 10:33:41 +00:00
|
|
|
# Test every permutation of inputs, with legacy tests.
|