diff options
Diffstat (limited to 'testresources/tests')
| -rw-r--r-- | testresources/tests/test_optimising_test_suite.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testresources/tests/test_optimising_test_suite.py b/testresources/tests/test_optimising_test_suite.py index 8293885..575c051 100644 --- a/testresources/tests/test_optimising_test_suite.py +++ b/testresources/tests/test_optimising_test_suite.py @@ -15,6 +15,7 @@ # license. # +import six import testtools import random import testresources @@ -498,6 +499,7 @@ class TestGraphStuff(testtools.TestCase): permutations.append([case4, case1, case3, case2]) return permutations + @unittest2.skipIf(six.PY3, "Flaky on Python 3, see LP #1645008") def testBasicSortTests(self): # Test every permutation of inputs, with legacy tests. # Cannot use equal costs because of the use of |
