From 0388268b57213f49b86dc8c8b36dec7958d1d767 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Thu, 26 May 2022 13:46:57 +0200 Subject: [PATCH] fix(tests): skip arm binaries during upgrade tests --- tests/download_emulators.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/download_emulators.sh b/tests/download_emulators.sh index d0614cc86..ba5cdd244 100755 --- a/tests/download_emulators.sh +++ b/tests/download_emulators.sh @@ -13,6 +13,7 @@ wget -e robots=off \ --no-host-directories \ --recursive \ --reject "index.html*" \ + --reject "-arm" \ -P emulators/ \ $SITE