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
c1de12dd
Unverified
Commit
c1de12dd
authored
Jul 19, 2018
by
amirh
Committed by
GitHub
Jul 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip flaky test (expression_evaluation_test) (#19543)
parent
bb338ef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
expression_evaluation_test.dart
...er_tools/test/integration/expression_evaluation_test.dart
+4
-3
No files found.
packages/flutter_tools/test/integration/expression_evaluation_test.dart
View file @
c1de12dd
...
...
@@ -6,7 +6,6 @@ import 'dart:async';
import
'package:file/file.dart'
;
import
'package:flutter_tools/src/base/file_system.dart'
;
import
'package:flutter_tools/src/base/platform.dart'
;
import
'package:test/test.dart'
;
import
'package:vm_service_client/vm_service_client.dart'
;
...
...
@@ -110,6 +109,8 @@ void main() {
await
breakInBuildMethod
(
_flutter
);
await
evaluateComplexReturningExpressions
();
});
// https://github.com/flutter/flutter/issues/17833
},
timeout:
const
Timeout
.
factor
(
3
),
skip:
platform
.
isWindows
);
// https://github.com/flutter/flutter/issues/17833
// The test appears to be flaky and time out some times, skipping while
// investigation is ongoing: https://github.com/flutter/flutter/issues/19542
},
timeout:
const
Timeout
.
factor
(
3
),
skip:
true
);
}
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