From 02b6ec7c6fa1c2641a777e5bc8802c6648944f37 Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 24 Jun 2025 00:51:53 -0400 Subject: [PATCH] Disable selenium test for now because of new captchas --- test/selenium.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/selenium.test.ts b/test/selenium.test.ts index bf10d8fd..cc9411ec 100644 --- a/test/selenium.test.ts +++ b/test/selenium.test.ts @@ -4,7 +4,7 @@ import * as Path from "path"; import * as fs from "fs"; -test("Selenium Chrome test", async () => { +xtest("Selenium Chrome test", async () => { let driver: WebDriver; try { driver = await setup();