Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: failing test for websockets + offline context #4912

Merged
merged 1 commit into from Mar 30, 2021

Conversation

JoelEinbinder
Copy link
Contributor

It turns out our offline mode doesn't affect websockets.

#4910

@@ -65,6 +67,14 @@ fixtures.httpsServer.init(async ({ httpService }, test) => {
await test(httpService.httpsServer);
});

fixtures.webSocketServer.init(async ({ testWorkerIndex }, run) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why all other ws tests do not use this. Can we unify our ws harness?

@pavelfeldman pavelfeldman merged commit 061f9ea into microsoft:master Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants