Skip to content

Commit

Permalink
feature gate influxdb test
Browse files Browse the repository at this point in the history
influxdb test has been removed as of 1.11 so it should be behind
a feature gate for older releases
  • Loading branch information
coffeepac committed Jul 31, 2018
1 parent 284c008 commit 3742f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/instrumentation/monitoring/influxdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
. "github.com/onsi/ginkgo"
)

var _ = instrumentation.SIGDescribe("Monitoring", func() {
var _ = instrumentation.SIGDescribe("Monitoring [Feature:Influxdb]", func() {
f := framework.NewDefaultFramework("monitoring")

BeforeEach(func() {
Expand Down

0 comments on commit 3742f7c

Please sign in to comment.