From a45cde59989d79dc3bf74c221440189f13646ff7 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 20 May 2024 11:58:59 -0700 Subject: [PATCH] Remove the no-shuffle tag on the flutter_tools create_test suite (#148688) The issue was fixed by https://github.com/flutter/flutter/pull/148616 --- .../test/commands.shard/permeable/create_test.dart | 6 ------ 1 file changed, 6 deletions(-) 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;