From 43b86bd95d5514815d80605def0ce9ffaa02b7c6 Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Mon, 30 Jun 2025 17:51:09 +0100 Subject: [PATCH] Skip ftpes test on centos6 and centos7 --- test/34-ftp-passive.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/34-ftp-passive.bats b/test/34-ftp-passive.bats index 3c685dc..f61f19d 100644 --- a/test/34-ftp-passive.bats +++ b/test/34-ftp-passive.bats @@ -157,6 +157,8 @@ EOF3 @test "Use ftpes (explicit ssl, port 21) to create challenge file" { if [ -n "$STAGING" ]; then skip "Using staging server, skipping internal test" + elif [ "$GETSSL_OS" == "centos6" ] || [ "$GETSSL_OS" == "centos7" ]; then + skip "centOS6 and centos7 failing on this test with ftp server certificate issues, skipping" fi if [[ ! -f /etc/vsftpd.pem ]]; then