From 9e2cea5073e32b89ea8f7d86424fe25d7af53a98 Mon Sep 17 00:00:00 2001 From: Elizabeth Mitchell Date: Tue, 20 Feb 2024 15:31:49 -0800 Subject: [PATCH] chore: remove todos from web-test-running.config.js PiperOrigin-RevId: 608762543 --- web-test-runner.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-test-runner.config.js b/web-test-runner.config.js index 3bb3c9603..d5b3a87fe 100644 --- a/web-test-runner.config.js +++ b/web-test-runner.config.js @@ -15,9 +15,9 @@ export default { [ playwrightLauncher({ product: 'chromium', - // TODO Firefox errors with "Touch is not defined" + // Exclude since Firefox errors with "Touch is not defined" // product: 'firefox', - // TODO Webkit errors with "Unknown error" + // Exclude since Webkit errors with "Unknown error" // product: 'webkit', }), ],