Skip to content

Commit

Permalink
Merge pull request kubernetes#66836 from coffeepac/release-1.9
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

feature gate influxdb test

influxdb test has been removed as of 1.11 so it should be behind
a feature gate for older releases



**What this PR does / why we need it**: puts deprecated and oft-failing test behind a feature gate

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes kubernetes#66833 

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
  • Loading branch information
Kubernetes Submit Queue authored Aug 2, 2018
2 parents b3fd5e4 + 3742f7c commit 0985707
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 0985707

Please sign in to comment.