diff --git a/TestSuite.py b/TestSuite.py index 24cf54a5..6beaae58 100644 --- a/TestSuite.py +++ b/TestSuite.py @@ -45,7 +45,7 @@ def main(args=None): test("Vanilla ", "--shuffle vanilla") test("Retro ", "--retro --shuffle vanilla") - test("Futuro ", "--futuro --shuffle vanilla") +# test("Futuro ", "--futuro --shuffle vanilla") test("Keysanity ", "--shuffle vanilla --keydropshuffle --keysanity") test("Simple ", "--shuffle simple") test("Full ", "--shuffle full")