mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Disable shuffling for flutter/test/material/text_field_test.dart (#122956)
This commit is contained in:
parent
cd19817d3f
commit
f5248bbc8c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user