Skip to content

Commit

Permalink
Revert "Use privileged mode"
Browse files Browse the repository at this point in the history
This reverts commit 1a0fe60.
  • Loading branch information
justsmth committed May 5, 2023
1 parent 201090b commit 0f0fdc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ batch:
buildspec: ./tests/ci/codebuild/linux-x86/openssh_integration.yml
env:
type: LINUX_CONTAINER
privileged-mode: true
privileged-mode: false
compute-type: BUILD_GENERAL1_LARGE
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:amazonlinux-2022_clang-14x_latest

Expand Down
4 changes: 1 addition & 3 deletions tests/ci/run_openssh_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ ls
aws_lc_build -DBUILD_SHARED_LIBS=1
install_aws_lc

# These tests require privileged mode
# CODEBUILD_SKIPPED_TESTS="agent-subprocess forwarding multiplex forward-control agent-restrict connection-timeout"
CODEBUILD_SKIPPED_TESTS=""
CODEBUILD_SKIPPED_TESTS="agent-subprocess forwarding multiplex forward-control agent-restrict connection-timeout"

# Using default branch. Build openssh and run tests.
openssh_build
Expand Down

0 comments on commit 0f0fdc1

Please sign in to comment.