Skip to content

Commit 952df02

Browse files
authored
fix(ci): Update scheduled test that fails due to retries (#163)
1 parent 0eb9697 commit 952df02

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/test_secure_apis.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ if [[ $? != 1 ]]; then
1414
echo "set_secure_system_falco_rules.py succeeded when it should have failed"
1515
exit 1
1616
fi
17-
18-
if [[ "$OUT" != "Access is denied: Not enough privileges to complete the action" ]]; then
19-
echo "Unexpected output from set_secure_system_falco_rules.py: $OUT"
20-
exit 1
21-
fi
2217
set -e
2318

2419
# Get the system falco rules file. Don't validate it, just verify that it can be fetched.

0 commit comments

Comments
 (0)