Skip to content

Commit

Permalink
test: Disable flaky RuntimeKVStoreTest tests
Browse files Browse the repository at this point in the history
[ upstream commit e158b63 ]

Related: #11895
Signed-off-by: Paul Chaignon <paul@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
pchaigno authored and aanm committed Jun 10, 2020
1 parent 4b58bca commit 7426c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtime/kvstore.go
Expand Up @@ -24,7 +24,7 @@ import (
. "github.com/onsi/gomega"
)

var _ = Describe("RuntimeKVStoreTest", func() {
var _ = PDescribe("RuntimeKVStoreTest", func() {

var vm *helpers.SSHMeta

Expand Down

0 comments on commit 7426c3f

Please sign in to comment.