Skip to content

Commit bfc27be

Browse files
committed
disable http/2 tests by default
1 parent 40ce243 commit bfc27be

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/mint/web_socket_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ defmodule Mint.WebSocketTest do
5656
[conn: conn]
5757
end
5858

59+
@tag :http2
5960
test "we can send and hello-world frame and receive an echo reply", %{conn: conn} do
6061
{:ok, conn, ref} =
6162
Mint.WebSocket.upgrade(conn, "/", [], extensions: [Mint.WebSocket.PerMessageDeflate])

test/test_helper.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:websocket_sup.start_link()
2-
ExUnit.configure(assert_receive_timeout: 500, exclude: [compression: :stress])
2+
ExUnit.configure(assert_receive_timeout: 500, exclude: [:http2, compression: :stress])
33
ExUnit.start()

0 commit comments

Comments
 (0)