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

Commit b944db6

Browse files
authored
Revert "collect logs using the new web_installers repo (#19298)"
This reverts commit d758e06.
1 parent 760366b commit b944db6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

lib/web_ui/dev/test_runner.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ 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';
1920
import 'environment.dart';
2021
import 'exceptions.dart';
2122
import 'integration_tests_manager.dart';
@@ -121,6 +122,12 @@ class TestCommand extends Command<bool> with ArgUtils {
121122
SupportedBrowsers.instance
122123
..argParsers.forEach((t) => t.parseOptions(argResults));
123124

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

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: 1da6bb8df222f0d124e737e8abc20d68ddb7ea43
29+
ref: 9ede7e3c069180b28322bb3f0d0307c824071fb5
3030
web_driver_installer:
3131
git:
3232
url: git://github.com/flutter/web_installers.git

0 commit comments

Comments
 (0)