mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 17:42:12 +08:00
[Cloud Migration] Skip flaky cloud migration unit test (#96256)
Skip Flaky Cloud Migration test
This commit is contained in:

committed by
GitHub

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{
|
||||
|
Reference in New Issue
Block a user