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:
Bruno
2024-09-27 10:40:42 -06:00
committed by jev forsberg
co-authored by Kevin Minehart
parent 279333860f
commit c47b921ef4
@@ -283,7 +283,7 @@ func Test_SnapshotResources(t *testing.T) {
}
func TestGetSnapshotList(t *testing.T) {
t.Parallel()
t.Skip("FLAKY test: disabled until fixed")
_, s := setUpTest(t)
// Taken from setUpTest