diff --git a/packages/flutter_tools/test/commands.shard/permeable/create_test.dart b/packages/flutter_tools/test/commands.shard/permeable/create_test.dart index 9407a9912795f..ce88d122d5edb 100644 --- a/packages/flutter_tools/test/commands.shard/permeable/create_test.dart +++ b/packages/flutter_tools/test/commands.shard/permeable/create_test.dart @@ -2,6 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// TODO(jsimmons): Remove this tag when the test's ordering dependencies +// have been fixed. +// Fails with "flutter test --test-randomize-ordering-seed=20240518" +@Tags(['no-shuffle']) +library; + import 'dart:async'; import 'dart:convert'; import 'dart:io' as io;