diff --git a/Jenkinsfile b/Jenkinsfile index c25b3c357..2216b9b05 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -614,8 +614,7 @@ pipeline { 'centos/8-64/cpp', 'ubuntu/trusty64/cpp', 'ubuntu/xenial64/cpp', - 'ubuntu/bionic64/cpp', - 'osx/high-sierra' + 'ubuntu/bionic64/cpp' } } diff --git a/tests/src/integration/ccm/cass_version.hpp b/tests/src/integration/ccm/cass_version.hpp index f0dd9c9dc..1db957266 100644 --- a/tests/src/integration/ccm/cass_version.hpp +++ b/tests/src/integration/ccm/cass_version.hpp @@ -496,11 +496,7 @@ class DseVersion : public CassVersion { } else if (*this == "5.1.16") { return CassVersion("3.11.4-5116"); } else if (*this >= "5.1.17" && *this < "6.0.0") { - if (*this > "5.1.17") { - std::cerr << "Cassandra Version is not Defined: " - << "Add Cassandra version for DSE v" << this->to_string() << std::endl; - } - return CassVersion("3.11.4-5117"); + return CassVersion("3.11.4"); } else if (*this >= "6.0.0" && *this < "6.7.0") { return CassVersion( "3.11.2-5111"); // Versions before DSE 6.7 erroneously return they support Cassandra 4.0.0