Skip to content

Commit 8a5509e

Browse files
authored
Add no-shuffle tag to gen_defaults_test.dart (#142717)
For flutter/flutter#142716
1 parent e02e207 commit 8a5509e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dev/tools/gen_defaults/test/gen_defaults_test.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// TODO(davidmartos96): Remove this tag once this test's state leaks/test
6+
// dependencies have been fixed.
7+
// https://github.com/flutter/flutter/issues/142716
8+
// Fails with "flutter test --test-randomize-ordering-seed=20240201"
9+
@Tags(<String>['no-shuffle'])
10+
library;
11+
512
import 'dart:async';
613
import 'dart:io';
714

0 commit comments

Comments
 (0)