Skip to content

Commit b5840de

Browse files
authored
set expected_capabilities=40 when running GHA
1 parent ae3c77d commit b5840de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/004-test-privileged.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test_privileged_nomad_job() {
4141
# depending on the execution environment.
4242
expected_capabilities="37"
4343
if [[ "$GITHUB_ACTIONS" == "true" ]]; then
44-
expected_capabilities="39"
44+
expected_capabilities="40"
4545
fi
4646

4747
actual_capabilities=$(nomad alloc exec -job privileged capsh --print|grep -i bounding|cut -d '=' -f 2|awk '{split($0,a,","); print a[length(a)]}')

0 commit comments

Comments
 (0)