mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user