mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-10 06:54:16 +00:00
[chore] Disable the right webfinger test (#2018)
We don't talk about 8868889
/ #1983.
This commit is contained in:
parent
5a29a031ad
commit
994d5e80d9
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue