Disable selenium test for now because of new captchas

This commit is contained in:
Ajay
2025-06-24 00:51:53 -04:00
parent 9ee80cca99
commit 02b6ec7c6f

View File

@@ -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();