From 1c64ce59afa1d028ee5098166b2030b8a7ed278c Mon Sep 17 00:00:00 2001 From: Jarret Shook Date: Thu, 15 Jun 2017 14:31:30 -0700 Subject: Revert "Add the arm64 unix CI" --- tests/runtest.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/runtest.sh') diff --git a/tests/runtest.sh b/tests/runtest.sh index 886c5b49ea..ac3e382763 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -478,10 +478,6 @@ function load_unsupported_tests { function load_failing_tests { # Load the list of tests that fail on this platform. These tests are disabled (skipped) temporarily, pending investigation. failingTests=($(read_array "$(dirname "$0")/testsFailingOutsideWindows.txt")) - - if [ "$ARCH" == "arm64" ]; then - failingTests+=($(read_array "$(dirname "$0")/testsFailingOnArm64.txt")) - fi } function load_playlist_tests { -- cgit v1.2.3