Skip to content

Commit

Permalink
Disable qmk config -a test due to deficient milc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Feb 23, 2024
1 parent b9c6540 commit 8283354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_tests
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8283354

Please sign in to comment.