mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Chore: Fix flaky cloud migration test due to ordered steps running in parallel (#93491)
don't run test in parallel
This commit is contained in:
parent
9f5b05f936
commit
f4c5c5c418
@ -283,8 +283,6 @@ func Test_SnapshotResources(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetSnapshotList(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
_, s := setUpTest(t)
|
||||
// Taken from setUpTest
|
||||
sessionUID := "qwerty"
|
||||
|
Loading…
Reference in New Issue
Block a user