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
58301211
Unverified
Commit
58301211
authored
Jan 15, 2021
by
Jenn Magder
Committed by
GitHub
Jan 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip flaky flutter_immediately_exit test (#74055)
parent
f6156fee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
27 deletions
+29
-27
flutter_immediately_exit_test.dart
...test/integration.shard/flutter_immediately_exit_test.dart
+29
-27
No files found.
packages/flutter_tools/test/integration.shard/flutter_immediately_exit_test.dart
View file @
58301211
...
@@ -10,6 +10,7 @@ import 'test_driver.dart';
...
@@ -10,6 +10,7 @@ import 'test_driver.dart';
import
'test_utils.dart'
;
import
'test_utils.dart'
;
void
main
(
)
{
void
main
(
)
{
group
(
'immediate exit'
,
()
{
Directory
tempDir
;
Directory
tempDir
;
final
ProjectWithImmediateExit
_project
=
ProjectWithImmediateExit
();
final
ProjectWithImmediateExit
_project
=
ProjectWithImmediateExit
();
FlutterRunTestDriver
_flutter
;
FlutterRunTestDriver
_flutter
;
...
@@ -24,7 +25,6 @@ void main() {
...
@@ -24,7 +25,6 @@ void main() {
tryToDelete
(
tempDir
);
tryToDelete
(
tempDir
);
});
});
testWithoutContext
(
'flutter_tools gracefully handles quick app shutdown'
,
()
async
{
testWithoutContext
(
'flutter_tools gracefully handles quick app shutdown'
,
()
async
{
try
{
try
{
await
_flutter
.
run
();
await
_flutter
.
run
();
...
@@ -40,4 +40,6 @@ void main() {
...
@@ -40,4 +40,6 @@ void main() {
);
);
}
}
});
});
},
skip:
platform
.
isWindows
,
// Flaky on Windows: https://github.com/flutter/flutter/issues/74052
);
}
}
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