Skip to content

Commit

Permalink
Revert "test: disable fqdn restart test"
Browse files Browse the repository at this point in the history
This reverts commit a4d86b2.

Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
  • Loading branch information
jrajahalme committed Jun 10, 2020
1 parent 49dca5c commit 74c6d25
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))
})

PIt("Restart Cilium validate that FQDN is still working", func() {
It("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 74c6d25

Please sign in to comment.