Skip to content

Commit 6d27123

Browse files
committed
skip the manual test
1 parent ae3e1e6 commit 6d27123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/grafana/grafana_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
// TestPostAnnotationIntegration tests the PostAnnotation method against a real Grafana instance.
1212
func TestPostAnnotationIntegration(t *testing.T) {
13-
//t.Skip("can only be run manually to debug")
13+
t.Skip("manual grafana integration test")
1414
grafanaURL := os.Getenv("GRAFANA_URL")
1515
apiKey := os.Getenv("GRAFANA_TOKEN")
1616
if grafanaURL == "" || apiKey == "" {

0 commit comments

Comments
 (0)