From d83402813b624d9067416bea2e7feb70a358cf65 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Mar 2020 22:21:37 +0100 Subject: CI: stop ignoring 323, it is disabled --- scripts/travis/script.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3