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,
|
||||
String expectResponseFileContent = '',
|
||||
}) 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');
|
||||
await runCommand(
|
||||
flutter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user