Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Skip new H2 test on Browser
  • Loading branch information
MihaZupan committed Sep 2, 2022
commit fc5d9961899e560482f545844b7cd2fd76e3a2a6
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ static object[] Options(Action<ClientWebSocketOptions> configureOptions) =>

[Theory]
[MemberData(nameof(ConnectAsync_Http2WithNoInvoker_ThrowsArgumentException_MemberData))]
[SkipOnPlatform(TestPlatforms.Browser, "HTTP/2 WebSockets aren't supported on Browser")]
public async Task ConnectAsync_Http2WithNoInvoker_ThrowsArgumentException(Action<ClientWebSocketOptions> configureOptions)
{
using var ws = new ClientWebSocket();
Expand Down