Chore: add query_retries=3 to querylibrary_integration_test.go (#57607)

This commit is contained in:
Artur Wierzbicki
2022-10-25 21:52:56 +08:00
committed by GitHub
parent cc820062c6
commit a63c529ad1
2 changed files with 8 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ func createTestContext(t *testing.T) testContext {
dir, path := testinfra.CreateGrafDir(t, testinfra.GrafanaOpts{
EnableFeatureToggles: []string{featuremgmt.FlagPanelTitleSearch, featuremgmt.FlagQueryLibrary},
QueryRetries: 3,
})
grafanaListedAddr, env := testinfra.StartGrafanaEnv(t, dir, path)