aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis/script.sh7
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