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 3dbd30c68e9..9782b28d9c6 100644 --- a/packages/flutter_tools/test/commands.shard/permeable/create_test.dart +++ b/packages/flutter_tools/test/commands.shard/permeable/create_test.dart @@ -2,12 +2,6 @@ // 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;