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

Commit 72e2e05

Browse files
committed
Skip flaky integration_tests (issue 86757).
1 parent 2fe112a commit 72e2e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webview_flutter/webview_flutter_android/example/integration_test/webview_flutter_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import 'package:webview_flutter_platform_interface/webview_flutter_platform_inte
2020
void main() {
2121
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
2222

23-
const bool _skipDueIssue86757 = false;
23+
const bool _skipDueIssue86757 = true;
2424

2525
// TODO(bparrishMines): skipped due to https://github.com/flutter/flutter/issues/86757.
2626
testWidgets('initialUrl', (WidgetTester tester) async {

0 commit comments

Comments
 (0)