From 874a2692f573fc6356e2f0744b4c89ce7d25ab02 Mon Sep 17 00:00:00 2001 From: StructuralMike <66819228+StructuralMike@users.noreply.github.com> Date: Mon, 8 Mar 2021 15:45:54 +0100 Subject: [PATCH] Update TestSuite.py --- TestSuite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")