From e21b2cb008a178f4fa621f35c0564d3dc7d9ef8a Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Thu, 13 Apr 2023 11:59:35 -0400 Subject: [PATCH] Skip test connection-timeout --- tests/ci/run_openssh_integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/run_openssh_integration.sh b/tests/ci/run_openssh_integration.sh index a7c15614c59..92750427f27 100755 --- a/tests/ci/run_openssh_integration.sh +++ b/tests/ci/run_openssh_integration.sh @@ -97,7 +97,7 @@ ls aws_lc_build -DBUILD_SHARED_LIBS=1 install_aws_lc -CODEBUILD_SKIPPED_TESTS="agent-subprocess forwarding multiplex forward-control agent-restrict" +CODEBUILD_SKIPPED_TESTS="agent-subprocess forwarding multiplex forward-control agent-restrict connection-timeout" # Using default branch. Build openssh and run tests. openssh_build