Skip to content

Commit 1c67631

Browse files
[google_sign_in] Disable flaky web test (#10249)
This test is flaking very frequently on WASM. Disabling since it's disrupting the tree, and there hasn't been any progress on investigating the cause of the regression. Tracked in flutter/flutter#176299
1 parent 6078099 commit 1c67631

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ import 'package:google_sign_in_web/src/flexible_size_html_element_view.dart';
1111
import 'package:integration_test/integration_test.dart';
1212
import 'package:web/web.dart' as web;
1313

14+
// TODO(stuartmorgan): Re-enable this test, by renaming it not to end with
15+
// _disabled. It is currently extremely flaky on WASM, see
16+
// https://github.com/flutter/flutter/issues/176299
17+
1418
/// Used to keep track of the number of HtmlElementView factories the test has registered.
1519
int widgetFactoryNumber = 0;
1620

0 commit comments

Comments
 (0)