Skip to content

Commit

Permalink
test: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Jan 10, 2023
1 parent c654fcd commit 432904a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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(),
Expand Down

0 comments on commit 432904a

Please sign in to comment.