diff options
| author | Damien George | 2020-03-03 11:44:42 +1100 |
|---|---|---|
| committer | Damien George | 2020-03-26 01:25:45 +1100 |
| commit | 3667effff1d82f4e16b2843ae292ce7b86926b6b (patch) | |
| tree | 17434e3a03aafd0911657b54f97fed58ea259004 | |
| parent | 5d09a40df91ec8872651f3b1f7118800a86592e1 (diff) | |
travis: Exclude some uasyncio tests on OSX.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index acebdd7b2..fe432b0aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -213,7 +213,8 @@ jobs: - make ${MAKEOPTS} -C ports/unix submodules - make ${MAKEOPTS} -C ports/unix deplibs - make ${MAKEOPTS} -C ports/unix - - make ${MAKEOPTS} -C ports/unix test + # OSX has poor time resolution and the following tests do not have the correct output + - (cd tests && ./run-tests --exclude 'uasyncio_(basic|heaplock|lock|wait_task)') after_failure: - (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done) |
