This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import 'package:test_core/src/executable.dart'
16
16
as test; // ignore: implementation_imports
17
17
import 'package:simulators/simulator_manager.dart' ;
18
18
19
- import 'common.dart' ;
20
19
import 'environment.dart' ;
21
20
import 'exceptions.dart' ;
22
21
import 'integration_tests_manager.dart' ;
@@ -122,12 +121,6 @@ class TestCommand extends Command<bool> with ArgUtils {
122
121
SupportedBrowsers .instance
123
122
..argParsers.forEach ((t) => t.parseOptions (argResults));
124
123
125
- // Mac Web Engine Try bots are failing. Investigate further.
126
- // TODO: https://github.com/flutter/flutter/issues/60251
127
- if (isSafariOnMacOS && isLuci) {
128
- return true ;
129
- }
130
-
131
124
// Check the flags to see what type of integration tests are requested.
132
125
testTypesRequested = findTestType ();
133
126
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dev_dependencies:
26
26
git :
27
27
url : git://github.com/flutter/web_installers.git
28
28
path : packages/simulators/
29
- ref : 9ede7e3c069180b28322bb3f0d0307c824071fb5
29
+ ref : 1da6bb8df222f0d124e737e8abc20d68ddb7ea43
30
30
web_driver_installer :
31
31
git :
32
32
url : git://github.com/flutter/web_installers.git
You can’t perform that action at this time.
0 commit comments