Skip to content

Commit f5248bb

Browse files
authored
Disable shuffling for flutter/test/material/text_field_test.dart (flutter#122956)
1 parent cd19817 commit f5248bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/flutter/test/material/text_field_test.dart

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
// reduced-test-set:
66
// This file is run as part of a reduced test set in CI on Mac and Windows
77
// machines.
8-
@Tags(<String>['reduced-test-set'])
8+
// 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'])
914
library;
1015

1116
import 'dart:math' as math;

0 commit comments

Comments
 (0)