Skip to content

Commit 6cb21f7

Browse files
authored
Disable API 23 test (#391)
1 parent addda49 commit 6cb21f7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ jobs:
8080
fail-fast: false
8181
matrix:
8282
include:
83-
- { arch: x86_64, api-level: 23 }
83+
# broken for unknown reasons. needs some offline debugging
84+
# https://github.com/opendocument-app/OpenDocument.droid/issues/390
85+
# - { arch: x86_64, api-level: 23 }
8486
- { arch: x86_64, api-level: 29 }
8587
- { arch: x86_64, api-level: 30 }
8688
- { arch: x86_64, api-level: 32 }

0 commit comments

Comments
 (0)