mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-27 01:57:41 +00:00
chore(developer): skip anii and sil_kmhmu in full test
anii.kmn and sil_kmhmu.kmn both have mismatching case in filename references for icons. For now, we will disable tests for these two keyboards, so that tests pass on Linux (which has case-sensitive filesystem). Note: the filename case was already addressed in the keyboards repo, so when we realign to a more recent commit for the test fixtures, we should be able to include these tests again. Relates-to: #12623
This commit is contained in:
parent
411cd06df7
commit
4e2f83ad50
1 changed files with 2 additions and 1 deletions
|
|
@ -9,5 +9,6 @@
|
|||
set -eu
|
||||
find "$1" -name '*.kmn' | \
|
||||
grep -E '(release|experimental)/([a-z0-9_]+)/([a-z0-9_]+)/source/\3\.kmn$' | \
|
||||
grep -v masaram_gondi
|
||||
grep -vE 'masaram_gondi|anii|sil_kmhmu'
|
||||
# #12623: exclude masaram_gondi due to #11806
|
||||
# #12630: exclude anii, sil_kmhmu as ico references have mismatching case
|
||||
Loading…
Add table
Reference in a new issue