Skip to content

Commit af36411

Browse files
Skip failing legacy test (flutter#3526)
1 parent 19d19b5 commit af36411

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ Future<void> main() async {
128128
expect(gcIdentifier, 0);
129129
}, timeout: const Timeout(Duration(seconds: 10)));
130130

131+
// TODO(bparrishMines): This test is skipped because of
132+
// https://github.com/flutter/flutter/issues/123327
131133
testWidgets(
132134
'WebView is released by garbage collection',
133135
(WidgetTester tester) async {
@@ -196,6 +198,7 @@ Future<void> main() async {
196198
// Create a new `WebStorage` with the default InstanceManager.
197199
android.WebStorage.instance = android.WebStorage();
198200
},
201+
skip: true,
199202
);
200203

201204
testWidgets('evaluateJavascript', (WidgetTester tester) async {

0 commit comments

Comments
 (0)