diff --git a/test/e2e/playwright-chromium-experimental-containers/actor/main.js b/test/e2e/playwright-chromium-experimental-containers/actor/main.js index 9f4f4e9b9b73..4379bdb93d71 100644 --- a/test/e2e/playwright-chromium-experimental-containers/actor/main.js +++ b/test/e2e/playwright-chromium-experimental-containers/actor/main.js @@ -1,9 +1,9 @@ import { Actor } from 'apify'; import { Dataset, PlaywrightCrawler } from '@crawlee/playwright'; -import { skipTest } from '../../tools.mjs'; import { ApifyStorageLocal } from '@apify/storage-local'; -skipTest('fails after update to playwright 1.29.0, looks like issue the chromium extension, maybe the manifest_version 2 vs 3?'); +// fails after update to playwright 1.29.0, looks like issue the chromium extension, maybe the manifest_version 2 vs 3? +process.exit(404); const mainOptions = { exit: Actor.isAtHome(),