From 333267bd78113edd9929cdd55a7478b60660750e Mon Sep 17 00:00:00 2001 From: Nick Harper Date: Wed, 12 Jul 2023 20:24:12 +0000 Subject: [PATCH] Disable another test I missed this in PRs #131 and #135. --- redirects_test.go | 4 ++++ 1 file changed, 4 insertions(+) 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()