From e43c5c731b9ab58468bbe09cbc2a6a17f5488111 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Thu, 8 Feb 2024 18:19:30 +0100 Subject: [PATCH] Remove from CI --- scripts/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 98961c037..720e8606a 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -1,6 +1,6 @@ #!/bin/bash -xe -classes=(AlertCommandsTest ActionsCommandsTest GestureCommandsTest ElementCommandsTest DeviceCommandsTest) +classes=(AlertCommandsTest ActionsCommandsTest ElementCommandsTest DeviceCommandsTest) did_fail=0 for cls_name in "${classes[@]}"; do if ! ./gradlew connectedE2eTestDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=io.appium.uiautomator2.unittest.test.$cls_name -Pandroid.testInstrumentationRunnerArguments.notAnnotation=io.appium.uiautomator2.unittest.test.internal.SkipHeadlessDevices; then