Skip to content

Commit 01759df

Browse files
Disable Android UI tests, temporarily
1 parent 31794e9 commit 01759df

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
@@ -54,9 +54,9 @@ jobs:
5454
- run:
5555
name: Run Unit Tests
5656
command: ./gradlew test
57-
- run:
58-
name: Run UI Tests
59-
command: ./gradlew app:connectedAndroidTest
57+
# - run:
58+
# name: Run UI Tests
59+
# command: ./gradlew app:connectedAndroidTest
6060

6161
flutter_tests:
6262
docker:

0 commit comments

Comments
 (0)