We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3e1e6 commit 6d27123Copy full SHA for 6d27123
framework/grafana/grafana_test.go
@@ -10,7 +10,7 @@ import (
10
11
// TestPostAnnotationIntegration tests the PostAnnotation method against a real Grafana instance.
12
func TestPostAnnotationIntegration(t *testing.T) {
13
- //t.Skip("can only be run manually to debug")
+ t.Skip("manual grafana integration test")
14
grafanaURL := os.Getenv("GRAFANA_URL")
15
apiKey := os.Getenv("GRAFANA_TOKEN")
16
if grafanaURL == "" || apiKey == "" {
0 commit comments