We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20dc3f commit 32d8f51Copy full SHA for 32d8f51
core/indexing/docs/crawlers/DocsCrawler.test.ts
@@ -19,7 +19,7 @@ const TIMEOUT_MS = 1_000_000_000;
19
// so that we don't delete the Chromium install between tests
20
ChromiumInstaller.PCR_CONFIG = { downloadPath: os.tmpdir() };
21
22
-describe("DocsCrawler", () => {
+describe.skip("DocsCrawler", () => {
23
let config: ContinueConfig;
24
let mockIde: FileSystemIde;
25
let chromiumInstaller: ChromiumInstaller;
0 commit comments