We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
withWeakReferenceTo
1 parent 2cc307e commit abc3d07Copy full SHA for abc3d07
packages/webview_flutter/webview_flutter_wkwebview/example/integration_test/webview_flutter_test.dart
@@ -74,7 +74,10 @@ Future<void> main() async {
74
75
final int gcIdentifier = await gcCompleter.future;
76
expect(gcIdentifier, 0);
77
- }, timeout: const Timeout(Duration(seconds: 10)));
+ },
78
+ // TODO(bparrishMines): See https://github.com/flutter/flutter/issues/148345
79
+ skip: true,
80
+ timeout: const Timeout(Duration(seconds: 10)));
81
82
testWidgets(
83
'WKWebView is released by garbage collection',
0 commit comments