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 16:36:08 +01:00
committed by GitHub
co-authored by Kevin Minehart
parent d5e35c4b78
commit 8f66b7fdb0
@@ -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"