diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a333dc8b..9a762b24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,8 +50,6 @@ jobs: :CompressionTests.*\ :LoggingTests.*\ :-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\ -:*5.Integration_Cassandra_*\ -:*19.Integration_Cassandra_*\ :ExecutionProfileTest.InvalidName" run: valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --scylla --version=release:5.0.0 --category=CASSANDRA --verbose=ccm --gtest_filter="$Tests" diff --git a/.github/workflows/cassandra.yml b/.github/workflows/cassandra.yml index 0e415965..f5cbfd2e 100644 --- a/.github/workflows/cassandra.yml +++ b/.github/workflows/cassandra.yml @@ -51,8 +51,6 @@ jobs: :CompressionTests.*\ :LoggingTests.*\ :-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\ -:*5.Integration_Cassandra_*\ -:*19.Integration_Cassandra_*\ :CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_UDT\ :SslTests.Integration_Cassandra_ReconnectAfterClusterCrashAndRestart\ :ExecutionProfileTest.InvalidName"