Skip to content

Commit

Permalink
Run test
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Jan 28, 2020
1 parent 198a948 commit f54a5c5
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_volume.go
Expand Up @@ -553,7 +553,7 @@ var _ = ginkgo.Describe("[sig-storage] ConfigMap", func() {

// It should be forbidden to change data for configmaps marked as immutable, but
// allowed to modify its metadata independently of its state.
ginkgo.It("should be immutable if `immutable` field is set [Feature:ImmutableEphemeralVolume]", func() {
ginkgo.It("should be immutable if `immutable` field is set", func() {
name := "immutable"
configMap := newConfigMap(f, name)

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/common/secrets_volume.go
Expand Up @@ -371,7 +371,7 @@ var _ = ginkgo.Describe("[sig-storage] Secrets", func() {

// It should be forbidden to change data for secrets marked as immutable, but
// allowed to modify its metadata independently of its state.
ginkgo.It("should be immutable if `immutable` field is set [Feature:ImmutableEphemeralVolume]", func() {
ginkgo.It("should be immutable if `immutable` field is set", func() {
name := "immutable"
secret := secretForTest(f.Namespace.Name, name)

Expand Down

0 comments on commit f54a5c5

Please sign in to comment.