Skip to content

Commit

Permalink
chore(proxy): skip test for mondial relay
Browse files Browse the repository at this point in the history
  • Loading branch information
Noooste committed Aug 13, 2024
1 parent 260f78c commit 54c4fad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ja3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ func TestGetLastChromeVersion(t *testing.T) {
}

func TestGetMondialRelay(t *testing.T) {
t.SkipNow()

session := azuretls.NewSession()
defer session.Close()

Expand Down

0 comments on commit 54c4fad

Please sign in to comment.