Revert "Skip flaky test in expression_evaluation_test.dart (#148737)"

This reverts commit b6bed5aaf2.
This commit is contained in:
Michael Goderbauer 2024-05-28 16:10:06 -07:00 committed by GitHub
parent c109b3cb02
commit 37d4fb9536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ void batch1() {
await breakInBuildMethod(flutter);
await evaluateComplexReturningExpressions(flutter);
await cleanProject();
}, skip: true); // https://github.com/flutter/flutter/issues/148704
});
}
void batch2() {