From c03fb32400647cbac0fa08d714bda92cfc70a298 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 5 May 2021 07:31:02 +0300 Subject: [PATCH] Tests --- .github/workflows/test.yml | 7 ++++--- test_driver/login_it_test.dart | 2 -- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9413520df..682466d69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,8 +21,8 @@ jobs: strategy: matrix: device: - - "iPhone 11 Pro (14.4)" - - "iPad Pro (9.7-inch) (14.4)" + #- "iPhone 11 Pro (14.4)" + #- "iPad Pro (9.7-inch) (14.4)" fail-fast: false runs-on: macos-latest needs: test @@ -58,7 +58,8 @@ jobs: strategy: #set of different configurations of the virtual environment. matrix: - api-level: [21, 29] + #api-level: [21, 29] + api-level: [29] target: [default] needs: test steps: diff --git a/test_driver/login_it_test.dart b/test_driver/login_it_test.dart index 74471bf1b..85708f15d 100644 --- a/test_driver/login_it_test.dart +++ b/test_driver/login_it_test.dart @@ -1,5 +1,3 @@ -@Timeout(Duration(seconds: 120)) - // Import Flutter Driver API import 'dart:async';