diff --git a/tests/test_sticky_keys.py b/tests/test_sticky_keys.py index d77a805a8..40a52713f 100644 --- a/tests/test_sticky_keys.py +++ b/tests/test_sticky_keys.py @@ -172,26 +172,6 @@ def test_sticky_key(self): [{KC.N0}, {KC.N0, KC.N2}, {KC.N0}, {KC.N0, KC.N3}, {KC.N0}, {}], ) - keyboard.test( - 'stick and roll', - [ - (0, True), - (0, False), - (2, True), - (3, True), - (2, False), - (3, False), - ], - [ - {KC.N0}, - {KC.N0, KC.N2}, - {KC.N2}, - {KC.N2, KC.N3}, - {KC.N3}, - {}, - ], - ) - keyboard.test( 'hold multiple, tap interrupt, release one held, tap interrupt', [