Skip to content

Commit 5e2391c

Browse files
committed
feat: revert skipped test-case
1 parent 78e4048 commit 5e2391c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/web-socket-server-url.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ test.describe("web socket server URL", () => {
113113
});
114114

115115
// TODO: Fix this test
116-
test.skip(`should work behind proxy, when hostnames are different and ports are same ("${webSocketServer}")`, async ({
116+
test(`should work behind proxy, when hostnames are different and ports are same ("${webSocketServer}")`, async ({
117117
page,
118118
}) => {
119119
const devServerHost = "127.0.0.1";

0 commit comments

Comments
 (0)