* CI: Split subcommand (#66005) * Update e2e package - Ensure health request is monitored for addDatasource flow - Add custom timeout to configurePanel flow (cherry picked from commit155fcae4aa) * Make health check optional (cherry picked from commit91f66d61e1) --------- Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
This commit is contained in:
co-authored by
Andreas Christou
parent
b34f9779fd
commit
a807c04177
@@ -376,7 +376,7 @@ func executeWithHeaders(tctx *testContext, query backend.DataQuery, qr interface
|
||||
}
|
||||
|
||||
//nolint:bodyclose // fixed in main
|
||||
promRes, err := toAPIResponse(qr)
|
||||
promRes, err := toAPIResponse(qr) //nolint:bodyclose // fixed in main
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user