Skip to content

Commit b6bed5a

Browse files
authored
Skip flaky test in expression_evaluation_test.dart (#148737)
Skipping for flutter/flutter#148704
1 parent d02292d commit b6bed5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/test/integration.shard/expression_evaluation_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void batch1() {
8989
await breakInBuildMethod(flutter);
9090
await evaluateComplexReturningExpressions(flutter);
9191
await cleanProject();
92-
});
92+
}, skip: true); // https://github.com/flutter/flutter/issues/148704
9393
}
9494

9595
void batch2() {

0 commit comments

Comments
 (0)