Skip to content

Commit

Permalink
test: skip WriteCertAndKeyInSeparateFiles tests in arc (#1034)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Dec 7, 2022
1 parent d2f8e9b commit 3c60da7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/certificates_test.go
Expand Up @@ -245,6 +245,10 @@ var _ = Describe("When fetching certificates and private key from Key Vault", fu

Describe("[Feature:WriteCertAndKeyInSeparateFiles] Writing certificates and private key in separate files", func() {
It("should write cert and key in separate files", func() {
if config.IsArcTest {
Skip("test is not supported in Arc cluster")
}

pod.WaitFor(pod.WaitForInput{
Getter: kubeClient,
KubeconfigPath: kubeconfigPath,
Expand Down

0 comments on commit 3c60da7

Please sign in to comment.