Skip to content

Commit 7859fe3

Browse files
authored
Disable test shuffling in widget_tester_leaks_test.dart (#141110)
Fails with `flutter test --test-randomize-ordering-seed=20240108` https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20framework_tests_misc/15044/overview cc @polina-c
1 parent 12720f0 commit 7859fe3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/flutter_test/test/widget_tester_leaks_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(polina-c): Remove this tag once this test's state leaks/test
6+
// dependencies have been fixed.
7+
// https://github.com/flutter/flutter/issues/85160
8+
// Fails with "flutter test --test-randomize-ordering-seed=20240108"
9+
@Tags(<String>['no-shuffle'])
10+
library;
11+
512
import 'package:flutter/cupertino.dart';
613
import 'package:flutter/material.dart';
714
import 'package:flutter_test/flutter_test.dart';

0 commit comments

Comments
 (0)