Re-enable debug canvaskit e2e tests. (#151565)
Now that https://github.com/flutter/engine/pull/53718 is fixed, these tests should be fine. After this, we should be able to close https://github.com/flutter/flutter/issues/147731
This commit is contained in:
parent
bc3d2feb9c
commit
17584ab790
@ -292,11 +292,6 @@ class WebTestsSuite {
|
|||||||
bool expectWriteResponseFile = false,
|
bool expectWriteResponseFile = false,
|
||||||
String expectResponseFileContent = '',
|
String expectResponseFileContent = '',
|
||||||
}) async {
|
}) async {
|
||||||
// TODO(yjbanov): this is temporarily disabled due to https://github.com/flutter/flutter/issues/147731
|
|
||||||
if (buildMode == 'debug' && renderer == 'canvaskit') {
|
|
||||||
print('SKIPPED: $target in debug CanvasKit mode due to https://github.com/flutter/flutter/issues/147731');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
printProgress('${green}Running integration tests $target in $buildMode mode.$reset');
|
printProgress('${green}Running integration tests $target in $buildMode mode.$reset');
|
||||||
await runCommand(
|
await runCommand(
|
||||||
flutter,
|
flutter,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user