mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 18:32:25 -05: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() { | 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() | 	wc := suite.state.Caches.GTS.Webfinger() | ||||||
| 	suite.Equal(0, wc.Len(), "expect webfinger cache to be empty") | 	suite.Equal(0, wc.Len(), "expect webfinger cache to be empty") | ||||||
| 
 | 
 | ||||||
|  | @ -60,6 +56,10 @@ func (suite *FingerTestSuite) TestFingerWithHostMeta() { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func (suite *FingerTestSuite) TestFingerWithHostMetaCacheStrategy() { | 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() | 	wc := suite.state.Caches.GTS.Webfinger() | ||||||
| 
 | 
 | ||||||
| 	// Reset the sweep frequency so nothing interferes with the test | 	// Reset the sweep frequency so nothing interferes with the test | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue