diff options
Diffstat (limited to 'scripts/travis')
-rwxr-xr-x | scripts/travis/script.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh index 3f587640d..5bfd84b84 100755 --- a/scripts/travis/script.sh +++ b/scripts/travis/script.sh @@ -28,12 +28,7 @@ if [ "$T" = "debug" ]; then make make examples if [ -z $NOTESTS ]; then - if [ "$TRAVIS_ARCH" = "aarch64" ] ; then - # TODO: find out why this test is failing on arm64 - make "TFLAGS=-n !323" test-nonflaky - else - make TFLAGS=-n test-nonflaky - fi + make TFLAGS=-n test-nonflaky fi fi |