Browse Source

Skip ftpes test on centos6 and centos7

pull/881/head
Tim Kimber 6 months ago
parent
commit
43b86bd95d
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/34-ftp-passive.bats

+ 2
- 0
test/34-ftp-passive.bats View File

@ -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


Loading…
Cancel
Save