Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
188d4d1f
Unverified
Commit
188d4d1f
authored
Jan 09, 2024
by
Polina Cherkasova
Committed by
GitHub
Jan 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove conditions that depend on order. (#141183)
parent
7bf375b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
widget_tester_leaks_test.dart
packages/flutter_test/test/widget_tester_leaks_test.dart
+0
-10
No files found.
packages/flutter_test/test/widget_tester_leaks_test.dart
View file @
188d4d1f
...
...
@@ -2,13 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(polina-c): 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=20240108"
@Tags
(<
String
>[
'no-shuffle'
])
library
;
import
'package:flutter/cupertino.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
...
...
@@ -48,9 +41,6 @@ void main() {
_test2TrackingOffLeaks
=
'test2, tracking-off, leaks'
,
experimentalLeakTesting:
LeakTesting
.
settings
.
withIgnoredAll
(),
(
WidgetTester
widgetTester
)
async
{
expect
(
LeakTracking
.
isStarted
,
true
);
expect
(
LeakTracking
.
phase
.
name
,
null
);
expect
(
LeakTracking
.
phase
.
ignoreLeaks
,
true
);
await
widgetTester
.
pumpWidget
(
StatelessLeakingWidget
());
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment