Skip to content

Commit 9ad56a6

Browse files
committed
Disable swift-argument-parser testing
1 parent 8884a8d commit 9ad56a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ jobs:
272272
run: ./run-tests.sh apple/swift-nio
273273

274274
- name: Run swift-argument-parser tests
275+
# needs local files:
276+
# error: MathExampleTests.testMath_AddHelp : failed - No executable at '/data/local/tmp/math'.
277+
if: false
275278
run: ./run-tests.sh apple/swift-argument-parser
276279

277280
- name: Android - Show Emulator Log

0 commit comments

Comments
 (0)