From 0df23ea8d7938ce4ecd97329b5ddf67dd86b8a28 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 25 Jul 2020 16:38:43 +0300 Subject: test/tool-option-parsing: remove --kccgst test, it's private for now Signed-off-by: Ran Benita --- test/tool-option-parsing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/tool-option-parsing.py b/test/tool-option-parsing.py index 764e3f2..98c75a7 100755 --- a/test/tool-option-parsing.py +++ b/test/tool-option-parsing.py @@ -179,9 +179,9 @@ def test_xkbcli_too_many_args(xkbcli): @pytest.mark.parametrize('args', [['--verbose'], ['--rmlvo'], - ['--kccgst'], + # ['--kccgst'], ['--verbose', '--rmlvo'], - ['--verbose', '--kccgst'], + # ['--verbose', '--kccgst'], ]) def test_compile_keymap_args(xkbcli_compile_keymap, args): xkbcli_compile_keymap.run_command_success(args) -- cgit v1.2.1