From 994d5e80d93557a45837ad022f58d5c3804c2a76 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sun, 23 Jul 2023 16:33:16 +0200 Subject: [PATCH] [chore] Disable the right webfinger test (#2018) We don't talk about 8868889 / #1983. --- internal/transport/finger_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/transport/finger_test.go b/internal/transport/finger_test.go index 11263048..c012af62 100644 --- a/internal/transport/finger_test.go +++ b/internal/transport/finger_test.go @@ -43,10 +43,6 @@ func (suite *FingerTestSuite) TestFinger() { } func (suite *FingerTestSuite) TestFingerWithHostMeta() { - if os.Getenv("CI") == "true" { - suite.T().Skip("this test is flaky on CI for as of yet unknown reasons") - } - wc := suite.state.Caches.GTS.Webfinger() suite.Equal(0, wc.Len(), "expect webfinger cache to be empty") @@ -60,6 +56,10 @@ func (suite *FingerTestSuite) TestFingerWithHostMeta() { } func (suite *FingerTestSuite) TestFingerWithHostMetaCacheStrategy() { + if os.Getenv("CI") == "true" { + suite.T().Skip("this test is flaky on CI for as of yet unknown reasons") + } + wc := suite.state.Caches.GTS.Webfinger() // Reset the sweep frequency so nothing interferes with the test