mirror of
https://github.com/curl/curl.git
synced 2026-07-23 15:57:18 +03:00
CI: stop ignoring 323, it is disabled
This commit is contained in:
parent
8a2b36df5b
commit
d83402813b
3 changed files with 10 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue