Skip to content

Commit dff3bdc

Browse files
committed
Disable selenium test again
1 parent 06ec260 commit dff3bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/selenium.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as Path from "path";
44

55
import * as fs from "fs";
66

7-
test("Selenium Chrome test", async () => {
7+
xtest("Selenium Chrome test", async () => {
88
let driver: WebDriver;
99
try {
1010
driver = await setup();

0 commit comments

Comments
 (0)