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

This commit is contained in:
Zachary Anderson 2023-03-18 14:38:35 -07:00 committed by GitHub
parent cd19817d3f
commit f5248bbc8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,12 @@
// reduced-test-set:
// This file is run as part of a reduced test set in CI on Mac and Windows
// 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;
import 'dart:math' as math;