[chore] Disable the right webfinger test (#2018)

We don't talk about 8868889 / #1983.
This commit is contained in:
Daenney 2023-07-23 16:33:16 +02:00 committed by GitHub
parent 5a29a031ad
commit 994d5e80d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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