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 f7012db commit 791a782Copy full SHA for 791a782
packages/flutter_tools/test/commands.shard/permeable/create_test.dart
@@ -2,6 +2,12 @@
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(jsimmons): Remove this tag when the test's ordering dependencies
6
+// have been fixed.
7
+// Fails with "flutter test --test-randomize-ordering-seed=20240518"
8
+@Tags(<String>['no-shuffle'])
9
+library;
10
+
11
import 'dart:async';
12
import 'dart:convert';
13
import 'dart:io' as io;
0 commit comments