Skip to content

Commit

Permalink
test: Disable flaky RuntimeKVStoreTest tests
Browse files Browse the repository at this point in the history
Related: #11895
Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno committed Jun 8, 2020
1 parent 651a3a8 commit db5bbe4
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 db5bbe4

Please sign in to comment.