Skip to content

Commit 2630047

Browse files
authored
Add no-shuffle to reorderable_list_test.dart (#137698)
For flutter/flutter#137696
1 parent 29b2516 commit 2630047

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/flutter/test/widgets/reorderable_list_test.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

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+
512
import 'package:flutter/gestures.dart';
613
import 'package:flutter/material.dart';
714
import 'package:flutter/rendering.dart';

0 commit comments

Comments
 (0)