Skip to content

Commit f211a9b

Browse files
committed
mark case 7.1.6 as flaky
1 parent a1fad1d commit f211a9b

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
@@ -22,7 +22,8 @@ defmodule Mint.WebSocket.AutobahnTest do
2222
@test_tags [
2323
{~r"^9\.", :performance},
2424
{~r"^1(2|3)\.\d\.(1|2|3|4)$", compression: :basic},
25-
{~r"^1(2|3)\.", compression: :stress}
25+
{~r"^1(2|3)\.", compression: :stress},
26+
{~r"^7\.1\.6$", flaky: true}
2627
]
2728

2829
setup_all do

test/test_helper.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ExUnit.configure(assert_receive_timeout: 500, exclude: [compression: :stress])
1+
ExUnit.configure(assert_receive_timeout: 500, exclude: [compression: :stress, flaky: true])
22
ExUnit.start()

0 commit comments

Comments
 (0)