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, 0 insertions, 4 deletions
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 {