From dff3bdc2fa93790f87d34e68a9190f8e3c4837fe Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 23 Oct 2025 03:39:48 -0400 Subject: [PATCH] Disable selenium test again --- 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();