Skip to content

Commit

Permalink
Disable another test
Browse files Browse the repository at this point in the history
I missed this in PRs chromium#131 and chromium#135.
  • Loading branch information
nharper committed Jul 12, 2023
1 parent 036307d commit 333267b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redirects_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ func TestHSTSOverHTTP(t *testing.T) {
}

func TestHTTPNoRedirect(t *testing.T) {
// Skip this test because it is failing due to relying on behavior of an
// external domain: https://github.com/chromium/hstspreload/issues/112.
t.SkipNow()

skipIfShort(t)
t.Parallel()

Expand Down

0 comments on commit 333267b

Please sign in to comment.