summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index ac3e382763..886c5b49ea 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -478,6 +478,10 @@ 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 {