Skip to content

Commit c03fb32

Browse files
committed
Tests
1 parent f0a491e commit c03fb32

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
strategy:
2222
matrix:
2323
device:
24-
- "iPhone 11 Pro (14.4)"
25-
- "iPad Pro (9.7-inch) (14.4)"
24+
#- "iPhone 11 Pro (14.4)"
25+
#- "iPad Pro (9.7-inch) (14.4)"
2626
fail-fast: false
2727
runs-on: macos-latest
2828
needs: test
@@ -58,7 +58,8 @@ jobs:
5858
strategy:
5959
#set of different configurations of the virtual environment.
6060
matrix:
61-
api-level: [21, 29]
61+
#api-level: [21, 29]
62+
api-level: [29]
6263
target: [default]
6364
needs: test
6465
steps:

test_driver/login_it_test.dart

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@Timeout(Duration(seconds: 120))
2-
31
// Import Flutter Driver API
42
import 'dart:async';
53

0 commit comments

Comments
 (0)