CI: stop ignoring 323, it is disabled

This commit is contained in:
Daniel Stenberg 2020-03-16 22:21:37 +01:00
parent 8a2b36df5b
commit d83402813b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 10 additions and 15 deletions

View file

@ -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