mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Skip flakey search test (#90553)
This commit is contained in:
parent
044380493e
commit
b825700343
@ -264,6 +264,7 @@ func TestIntegrationGetQueriesFromQueryHistory(t *testing.T) {
|
||||
|
||||
testScenarioWithMixedQueriesInQueryHistory(t, "When users tries to get queries with mixed data source it should return correct queries",
|
||||
func(t *testing.T, sc scenarioContext) {
|
||||
t.Skip() // This test fails a lot at the moment
|
||||
sc.reqContext.Req.Form.Add("to", strconv.FormatInt(sc.service.now().UnixMilli()-60, 10))
|
||||
sc.reqContext.Req.Form.Add("from", strconv.FormatInt(sc.service.now().UnixMilli()+60, 10))
|
||||
sc.reqContext.Req.Form.Add("datasourceUid", testDsUID1)
|
||||
|
Loading…
Reference in New Issue
Block a user