diff --git a/test/random_test.py b/test/random_test.py index 1af0467..713edb2 100644 --- a/test/random_test.py +++ b/test/random_test.py @@ -91,12 +91,6 @@ def random_test(): # Define all test configurations test_configs = [ - # Blink patterns - {"pattern": "blink", "short_name": "bl", "delay": 500, "color": (255, 0, 0)}, - {"pattern": "blink", "short_name": "bl", "delay": 500, "color": (0, 255, 0)}, - {"pattern": "blink", "short_name": "bl", "delay": 500, "color": (0, 0, 255)}, - {"pattern": "blink", "short_name": "bl", "delay": 500, "color": (255, 255, 0)}, - # Circle loading patterns {"pattern": "circle_loading", "short_name": "cl", "n1": 50, "n2": 100, "n3": 200, "n4": 0, "delay": 2000, "color": (255, 0, 0)}, {"pattern": "circle_loading", "short_name": "cl", "n1": 30, "n2": 60, "n3": 100, "n4": 0, "delay": 1500, "color": (0, 255, 0)},