Skip to content

Commit 791a782

Browse files
Disable shuffling in the flutter_tools create_test suite (flutter#148619)
This suite is failing when run with --test-randomize-ordering-seed=20240518 This is currently blocking the engine->framework roller
1 parent f7012db commit 791a782

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/flutter_tools/test/commands.shard/permeable/create_test.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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(jsimmons): Remove this tag when the test's ordering dependencies
6+
// have been fixed.
7+
// Fails with "flutter test --test-randomize-ordering-seed=20240518"
8+
@Tags(<String>['no-shuffle'])
9+
library;
10+
511
import 'dart:async';
612
import 'dart:convert';
713
import 'dart:io' as io;

0 commit comments

Comments
 (0)