We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02e207 commit 8a5509eCopy full SHA for 8a5509e
dev/tools/gen_defaults/test/gen_defaults_test.dart
@@ -2,6 +2,13 @@
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
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
+
12
import 'dart:async';
13
import 'dart:io';
14
0 commit comments