Skip to content

Commit 6a66723

Browse files
author
Ali Abdelfattah
authored
Disable flaky UI tests on Android
1 parent e7d08ec commit 6a66723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
adb shell settings put global transition_animation_scale 0.0
6767
adb shell settings put global animator_duration_scale 0.0
6868
adb shell settings put secure long_press_timeout 1500
69-
- run:
70-
name: Run UI Tests
71-
command: cd ../sampleApp/platforms/android; ./gradlew app:connectedAndroidTest
7269
- run:
7370
name: Run unit Tests
7471
command: cd ../sampleApp/platforms/android; ./gradlew test
72+
# - run:
73+
# name: Run UI Tests
74+
# command: cd ../sampleApp/platforms/android; ./gradlew app:connectedAndroidTest
7575

7676
ios_tests:
7777
macos:

0 commit comments

Comments
 (0)