Skip to content

Commit

Permalink
[webview_flutter_wkwebview] Skip withWeakReferenceTo integration te…
Browse files Browse the repository at this point in the history
…st (#6731)

This test has started failing consistently on post-submit. See flutter/flutter#148345
  • Loading branch information
bparrishMines committed May 14, 2024
1 parent 2cc307e commit abc3d07
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ Future<void> main() async {

final int gcIdentifier = await gcCompleter.future;
expect(gcIdentifier, 0);
}, timeout: const Timeout(Duration(seconds: 10)));
},
// TODO(bparrishMines): See https://github.com/flutter/flutter/issues/148345
skip: true,
timeout: const Timeout(Duration(seconds: 10)));

testWidgets(
'WKWebView is released by garbage collection',
Expand Down

0 comments on commit abc3d07

Please sign in to comment.