Skip to content

Commit

Permalink
Merge pull request kubernetes#70720 from roycaihw/sig-node-tests
Browse files Browse the repository at this point in the history
Mark configmap and downward_api e2e tests under [sig-node]
  • Loading branch information
k8s-ci-robot authored Nov 7, 2018
2 parents 98cd708 + 598d459 commit e83804d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/common/configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
imageutils "k8s.io/kubernetes/test/utils/image"
)

var _ = Describe("[sig-api-machinery] ConfigMap", func() {
var _ = Describe("[sig-node] ConfigMap", func() {
f := framework.NewDefaultFramework("configmap")

/*
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/common/downward_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
podUIDVersion = utilversion.MustParseSemantic("v1.8.0")
)

var _ = Describe("[sig-api-machinery] Downward API", func() {
var _ = Describe("[sig-node] Downward API", func() {
f := framework.NewDefaultFramework("downward-api")

/*
Expand Down

0 comments on commit e83804d

Please sign in to comment.