Skip to content

Commit

Permalink
Remove from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Feb 8, 2024
1 parent 1647038 commit e43c5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e43c5c7

Please sign in to comment.