Unverified Commit 150079db authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Skip `flutter test` expression eval tests (#26519)

See https://github.com/flutter/flutter/issues/26518.
parent fdea3655
...@@ -120,7 +120,8 @@ void main() { ...@@ -120,7 +120,8 @@ void main() {
); );
await evaluateComplexReturningExpressions(_flutter); await evaluateComplexReturningExpressions(_flutter);
}); });
}, timeout: const Timeout.factor(6)); // Skipped due to https://github.com/flutter/flutter/issues/26518
}, timeout: const Timeout.factor(6), skip: true);
} }
Future<void> evaluateTrivialExpressions(FlutterTestDriver flutter) async { Future<void> evaluateTrivialExpressions(FlutterTestDriver flutter) async {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment