From 17584ab790d5884b9901ac6d117dc58f636bb783 Mon Sep 17 00:00:00 2001 From: Jackson Gardner Date: Thu, 11 Jul 2024 13:05:53 -0700 Subject: [PATCH] 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 --- dev/bots/suite_runners/run_web_tests.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev/bots/suite_runners/run_web_tests.dart b/dev/bots/suite_runners/run_web_tests.dart index 1a1260e95e..81e353da1b 100644 --- a/dev/bots/suite_runners/run_web_tests.dart +++ b/dev/bots/suite_runners/run_web_tests.dart @@ -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,