mirror of https://github.com/grafana/grafana.git
				
				
				
			[Cloud Migration] Skip flaky cloud migration unit test (#96256)
Skip Flaky Cloud Migration test
This commit is contained in:
		
							parent
							
								
									a2c998ba1d
								
							
						
					
					
						commit
						fde9ddfc8c
					
				| 
						 | 
				
			
			@ -247,6 +247,8 @@ func Test_GetSnapshotStatusFromGMS(t *testing.T) {
 | 
			
		|||
	})
 | 
			
		||||
 | 
			
		||||
	t.Run("GMS results applied to local snapshot", func(t *testing.T) {
 | 
			
		||||
		t.Skip("This test is flaky and needs to be fixed")
 | 
			
		||||
 | 
			
		||||
		gmsClientMock.getSnapshotResponse = &cloudmigration.GetSnapshotStatusResponse{
 | 
			
		||||
			State: cloudmigration.SnapshotStateFinished,
 | 
			
		||||
			Results: []cloudmigration.CloudMigrationResource{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue