Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d758e06

Browse files
author
nturgut
authored
collect logs using the new web_installers repo (#19298)
1 parent 649cfb0 commit d758e06

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

lib/web_ui/dev/test_runner.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import 'package:test_core/src/executable.dart'
1616
as test; // ignore: implementation_imports
1717
import 'package:simulators/simulator_manager.dart';
1818

19-
import 'common.dart';
2019
import 'environment.dart';
2120
import 'exceptions.dart';
2221
import 'integration_tests_manager.dart';
@@ -122,12 +121,6 @@ class TestCommand extends Command<bool> with ArgUtils {
122121
SupportedBrowsers.instance
123122
..argParsers.forEach((t) => t.parseOptions(argResults));
124123

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-
131124
// Check the flags to see what type of integration tests are requested.
132125
testTypesRequested = findTestType();
133126

lib/web_ui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev_dependencies:
2626
git:
2727
url: git://github.com/flutter/web_installers.git
2828
path: packages/simulators/
29-
ref: 9ede7e3c069180b28322bb3f0d0307c824071fb5
29+
ref: 1da6bb8df222f0d124e737e8abc20d68ddb7ea43
3030
web_driver_installer:
3131
git:
3232
url: git://github.com/flutter/web_installers.git

0 commit comments

Comments
 (0)