Cloud migrations: disable flaky test (#93921)
* Cloud migrations: disable flaky test * Update pkg/services/cloudmigration/cloudmigrationimpl/xorm_store_test.go Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com> --------- Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com>
This commit is contained in:
@@ -228,6 +228,8 @@ func Test_SnapshotResources(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetSnapshotList(t *testing.T) {
|
||||
t.Skip("FLAKY test: disabled until fixed")
|
||||
|
||||
_, s := setUpTest(t)
|
||||
// Taken from setUpTest
|
||||
sessionUID := "qwerty"
|
||||
|
||||
Reference in New Issue
Block a user