Skip to content

Commit 32d8f51

Browse files
Update DocsCrawler.test.ts
1 parent f20dc3f commit 32d8f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/indexing/docs/crawlers/DocsCrawler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const TIMEOUT_MS = 1_000_000_000;
1919
// so that we don't delete the Chromium install between tests
2020
ChromiumInstaller.PCR_CONFIG = { downloadPath: os.tmpdir() };
2121

22-
describe("DocsCrawler", () => {
22+
describe.skip("DocsCrawler", () => {
2323
let config: ContinueConfig;
2424
let mockIde: FileSystemIde;
2525
let chromiumInstaller: ChromiumInstaller;

0 commit comments

Comments
 (0)