Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions lib/web_ui/dev/test_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import 'package:test_core/src/executable.dart'
as test; // ignore: implementation_imports
import 'package:simulators/simulator_manager.dart';

import 'common.dart';
import 'environment.dart';
import 'exceptions.dart';
import 'integration_tests_manager.dart';
Expand Down Expand Up @@ -122,12 +121,6 @@ class TestCommand extends Command<bool> with ArgUtils {
SupportedBrowsers.instance
..argParsers.forEach((t) => t.parseOptions(argResults));

// Mac Web Engine Try bots are failing. Investigate further.
// TODO: https://github.com/flutter/flutter/issues/60251
if(isSafariOnMacOS && isLuci) {
return true;
}

// Check the flags to see what type of integration tests are requested.
testTypesRequested = findTestType();

Expand Down
2 changes: 1 addition & 1 deletion lib/web_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev_dependencies:
git:
url: git://github.com/flutter/web_installers.git
path: packages/simulators/
ref: 9ede7e3c069180b28322bb3f0d0307c824071fb5
ref: 1da6bb8df222f0d124e737e8abc20d68ddb7ea43
web_driver_installer:
git:
url: git://github.com/flutter/web_installers.git
Expand Down