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.
1 parent cd19817 commit f5248bbCopy full SHA for f5248bb
packages/flutter/test/material/text_field_test.dart
@@ -5,7 +5,12 @@
5
// reduced-test-set:
6
// This file is run as part of a reduced test set in CI on Mac and Windows
7
// machines.
8
-@Tags(<String>['reduced-test-set'])
+// no-shuffle:
9
+// TODO(122950): Remove this tag once this test's state leaks/test
10
+// dependencies have been fixed.
11
+// https://github.com/flutter/flutter/issues/122950
12
+// Fails with "flutter test --test-randomize-ordering-seed=20230318"
13
+@Tags(<String>['reduced-test-set', 'no-shuffle'])
14
library;
15
16
import 'dart:math' as math;
0 commit comments