From 68978597a6e4f4f4e1b8081bc85245cea051c9db Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 11 Aug 2020 11:31:23 +0545 Subject: [PATCH] [Tests-Only] skipOnOcV10.5.0 cliMain securityCertificates features --- tests/acceptance/features/cliMain/securityCertificates.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/acceptance/features/cliMain/securityCertificates.feature b/tests/acceptance/features/cliMain/securityCertificates.feature index 055810402fe6..936e5c4394c2 100644 --- a/tests/acceptance/features/cliMain/securityCertificates.feature +++ b/tests/acceptance/features/cliMain/securityCertificates.feature @@ -14,6 +14,7 @@ Feature: security certificates | table_column | | goodCertificate.crt | + @skipOnOcV10.5.0 Scenario: Import a security certificate specifying a file that does not exist When the administrator imports security certificate from file "aFileThatDoesNotExist.crt" in temporary storage on the system under test Then the command should have failed with exit code 1 @@ -42,6 +43,7 @@ Feature: security certificates | table_column | | badCertificate.crt | + @skipOnOcV10.5.0 Scenario: Remove a security certificate that is not installed When the administrator removes the security certificate "someCertificate.crt" Then the command should have failed with exit code 1