Skip to content

Commit

Permalink
test: disable fqdn restart test
Browse files Browse the repository at this point in the history
Test is flaky, let's disable it

Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
  • Loading branch information
nebril committed Jun 1, 2020
1 parent b7be1c0 commit 2c02edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k8sT/fqdn.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ var _ = Describe("K8sFQDNTest", func() {
_ = kubectl.Exec(fmt.Sprintf("%s delete --all cnp", helpers.KubectlCmd))
})

It("Restart Cilium validate that FQDN is still working", func() {
PIt("Restart Cilium validate that FQDN is still working", func() {
// Test functionality:
// - When Cilium is running) Connectivity from App2 application can
// connect to DNS because dns-proxy filter the DNS request. If the
Expand Down

0 comments on commit 2c02edd

Please sign in to comment.