We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b2516 commit 2630047Copy full SHA for 2630047
packages/flutter/test/widgets/reorderable_list_test.dart
@@ -2,6 +2,13 @@
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
+// TODO(dnfield): Remove this tag once this test's state leaks/test
6
+// dependencies have been fixed.
7
+// https://github.com/flutter/flutter/issues/137696
8
+// Fails with "flutter test --test-randomize-ordering-seed=20231101"
9
+@Tags(<String>['no-shuffle'])
10
+library;
11
+
12
import 'package:flutter/gestures.dart';
13
import 'package:flutter/material.dart';
14
import 'package:flutter/rendering.dart';
0 commit comments