Skip to content

Commit 03cbd74

Browse files
committed
mark and exclude expensive tests as compression: :stress
1 parent fa09835 commit 03cbd74

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

test/mint/web_socket/autobahn_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ defmodule Mint.WebSocket.AutobahnTest do
2121

2222
@test_tags [
2323
{~r"^9\.", :performance},
24-
{~r"^1(2|3)\.", :compression}
24+
{~r"^1(2|3)\.\d\.(1|2|3|4)$", compression: :basic},
25+
{~r"^1(2|3)\.", compression: :stress}
2526
]
2627

2728
setup_all do

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])
2+
ExUnit.configure(assert_receive_timeout: 500, exclude: [compression: :stress])
33
ExUnit.start()

0 commit comments

Comments
 (0)