diff --git a/redirects_test.go b/redirects_test.go index 865957c..1b95776 100644 --- a/redirects_test.go +++ b/redirects_test.go @@ -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()