Unverified Commit f5248bbc authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

Disable shuffling for flutter/test/material/text_field_test.dart (#122956)

parent cd19817d
...@@ -5,7 +5,12 @@ ...@@ -5,7 +5,12 @@
// reduced-test-set: // reduced-test-set:
// This file is run as part of a reduced test set in CI on Mac and Windows // This file is run as part of a reduced test set in CI on Mac and Windows
// machines. // machines.
@Tags(<String>['reduced-test-set']) // no-shuffle:
// TODO(122950): Remove this tag once this test's state leaks/test
// dependencies have been fixed.
// https://github.com/flutter/flutter/issues/122950
// Fails with "flutter test --test-randomize-ordering-seed=20230318"
@Tags(<String>['reduced-test-set', 'no-shuffle'])
library; library;
import 'dart:math' as math; import 'dart:math' as math;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment