From 9f065c2b2f68af3928ff4e53dedca07e3234d75b Mon Sep 17 00:00:00 2001 From: Federico Barcelona Date: Tue, 3 Nov 2020 09:20:23 +0100 Subject: [PATCH] fix(ci): Update scheduled test that fails due to retries --- test/test_secure_apis.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test_secure_apis.sh b/test/test_secure_apis.sh index d7e5d43d..7969bf00 100755 --- a/test/test_secure_apis.sh +++ b/test/test_secure_apis.sh @@ -14,11 +14,6 @@ if [[ $? != 1 ]]; then echo "set_secure_system_falco_rules.py succeeded when it should have failed" exit 1 fi - -if [[ "$OUT" != "Access is denied: Not enough privileges to complete the action" ]]; then - echo "Unexpected output from set_secure_system_falco_rules.py: $OUT" - exit 1 -fi set -e # Get the system falco rules file. Don't validate it, just verify that it can be fetched.