Skip to content

Commit

Permalink
e2e/apimachinery/watchlist: always run WatchList e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p0lyn0mial committed Jun 27, 2024
1 parent 0b15903 commit be00cde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/apimachinery/watchlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ import (
"k8s.io/client-go/util/consistencydetector"
"k8s.io/component-base/featuregate"
featuregatetesting "k8s.io/component-base/featuregate/testing"
"k8s.io/kubernetes/test/e2e/feature"
"k8s.io/kubernetes/test/e2e/framework"
)

var _ = SIGDescribe("API Streaming (aka. WatchList)", framework.WithSerial(), feature.WatchList, func() {
var _ = SIGDescribe("API Streaming (aka. WatchList)", framework.WithSerial(), func() {
f := framework.NewDefaultFramework("watchlist")
ginkgo.It("should be requested by informers when WatchListClient is enabled", func(ctx context.Context) {
featuregatetesting.SetFeatureGateDuringTest(ginkgo.GinkgoTB(), utilfeature.DefaultFeatureGate, featuregate.Feature(clientfeatures.WatchListClient), true)
Expand Down

0 comments on commit be00cde

Please sign in to comment.