From a70eb1e17c564b5743536af040b74d248e3cd89e Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Fri, 23 Feb 2024 20:36:13 +1100 Subject: [PATCH] Disable `qmk config -a` test due to deficient milc. --- ci_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci_tests b/ci_tests index dd5dc76..1078c30 100755 --- a/ci_tests +++ b/ci_tests @@ -36,8 +36,8 @@ python3 -m pip install -r requirements-dev.txt # Ensure that qmk works echo "*** Testing 'qmk clone -h'" qmk clone -h -echo "*** Testing 'qmk config -a'" -qmk config -a +#echo "*** Testing 'qmk config -a'" # Test disabled as `milc` at least 1.6.8+ returns False and thus non-zero exit code +#qmk config -a echo "*** Testing 'qmk setup -n'" qmk setup -n