Add no-shuffle tag to gen_defaults_test.dart (#142717)
For https://github.com/flutter/flutter/issues/142716
This commit is contained in:
parent
e02e2079be
commit
8a5509ea6a
@ -2,6 +2,13 @@
|
|||||||
// Use of this source code is governed by a BSD-style license that can be
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
// TODO(davidmartos96): Remove this tag once this test's state leaks/test
|
||||||
|
// dependencies have been fixed.
|
||||||
|
// https://github.com/flutter/flutter/issues/142716
|
||||||
|
// Fails with "flutter test --test-randomize-ordering-seed=20240201"
|
||||||
|
@Tags(<String>['no-shuffle'])
|
||||||
|
library;
|
||||||
|
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user