mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fixed leak and removed no-shuffle tag in widgets/clip_test.dart (#88824)
This commit is contained in:
parent
40b33e238b
commit
4dba7d839b
@ -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(<String>['reduced-test-set', 'no-shuffle'])
|
||||
@Tags(<String>['reduced-test-set'])
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/rendering.dart';
|
||||
@ -320,6 +315,7 @@ void main() {
|
||||
|
||||
await tester.tapAt(const Offset(100.0, 100.0));
|
||||
expect(log, equals(<String>['a', 'tap', 'a', 'b', 'c', 'tap']));
|
||||
log.clear();
|
||||
});
|
||||
|
||||
testWidgets('debugPaintSizeEnabled', (WidgetTester tester) async {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user