From 782e917be53873836f9866a6993c89eea8b0d041 Mon Sep 17 00:00:00 2001 From: ValentinVignal Date: Wed, 19 Aug 2026 15:07:33 +0800 Subject: [PATCH] Remove no-shuffle from progress indicator test --- packages/material_ui/test/progress_indicator_test.dart | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/material_ui/test/progress_indicator_test.dart b/packages/material_ui/test/progress_indicator_test.dart index c43c6219738b..e27f7e786e83 100644 --- a/packages/material_ui/test/progress_indicator_test.dart +++ b/packages/material_ui/test/progress_indicator_test.dart @@ -2,15 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// no-shuffle: -// //TODO(gspencergoog): Remove this tag once this test's state leaks/test -// dependencies have been fixed. -// https://github.com/flutter/flutter/issues/85160 -// Fails with "flutter test --test-randomize-ordering-seed=456" // reduced-test-set: // This file is run as part of a reduced test set in CI on Mac and Windows // machines. -@Tags(['reduced-test-set', 'no-shuffle']) +@Tags(['reduced-test-set']) library; import 'dart:ui' as ui;