Skip to content

Commit

Permalink
test: Disable flaky etcd test
Browse files Browse the repository at this point in the history
Disable on all pipelines except for K8s 1.11/Linux net-next, since the
test never flaked on that one so far.

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno authored and aanm committed May 29, 2020
1 parent 20a6237 commit 210d558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/k8sT/DatapathConfiguration.go
Expand Up @@ -550,7 +550,8 @@ var _ = Describe("K8sDatapathConfig", func() {
})

Context("Etcd", func() {
It("Check connectivity", func() {
// Flaky on pipelines other than K8s 1.11/Linux net-next.
SkipItIf(helpers.DoesNotRunOnNetNextKernel, "Check connectivity", func() {
deploymentManager.Deploy(helpers.CiliumNamespace, StatelessEtcd)
deploymentManager.WaitUntilReady()

Expand Down

0 comments on commit 210d558

Please sign in to comment.