mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
parent
934fb2f0ee
commit
7bf3e28e8f
@ -13,6 +13,11 @@ import (
|
||||
)
|
||||
|
||||
func TestIntegrationCreateAndDelete(t *testing.T) {
|
||||
if true {
|
||||
// TODO: re-enable after fixing its flakiness
|
||||
t.Skip()
|
||||
}
|
||||
|
||||
if testing.Short() {
|
||||
t.Skip("skipping integration test")
|
||||
}
|
||||
@ -124,6 +129,11 @@ func createQuery(t *testing.T, ctx context.Context, testCtx testContext) string
|
||||
}
|
||||
|
||||
func TestIntegrationDashboardGetWithLatestSavedQueries(t *testing.T) {
|
||||
if true {
|
||||
// TODO: re-enable after fixing its flakiness
|
||||
t.Skip()
|
||||
}
|
||||
|
||||
if testing.Short() {
|
||||
t.Skip("skipping integration test")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user