We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a491e commit c03fb32Copy full SHA for c03fb32
.github/workflows/test.yml
@@ -21,8 +21,8 @@ jobs:
21
strategy:
22
matrix:
23
device:
24
- - "iPhone 11 Pro (14.4)"
25
- - "iPad Pro (9.7-inch) (14.4)"
+ #- "iPhone 11 Pro (14.4)"
+ #- "iPad Pro (9.7-inch) (14.4)"
26
fail-fast: false
27
runs-on: macos-latest
28
needs: test
@@ -58,7 +58,8 @@ jobs:
58
59
#set of different configurations of the virtual environment.
60
61
- api-level: [21, 29]
+ #api-level: [21, 29]
62
+ api-level: [29]
63
target: [default]
64
65
steps:
test_driver/login_it_test.dart
@@ -1,5 +1,3 @@
1
-@Timeout(Duration(seconds: 120))
2
-
3
// Import Flutter Driver API
4
import 'dart:async';
5
0 commit comments