diff --git a/packages/material_ui/test/progress_indicator_test.dart b/packages/material_ui/test/progress_indicator_test.dart index c43c6219738..e27f7e786e8 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;