Skip to content

Commit 5aced6c

Browse files
committed
ci: enable remaining DisconnectedNullStringApiArgs tests
They can now be enabled since filtering config is implemented.
1 parent cd19d11 commit 5aced6c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
2626
:PreparedMetadataTests.*\
2727
:UseKeyspaceCaseSensitiveTests.*\
2828
:HostFilterTest.*\
29+
:DisconnectedNullStringApiArgsTest.*\
2930
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
3031
:MetricsTests.Integration_Cassandra_Requests\
3132
:MetricsTests.Integration_Cassandra_StatsShardConnections\
32-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_SetContactPoints\
33-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_ConnectKeyspaceNullKeyspace\
3433
:ExecutionProfileTest.Integration_Cassandra_InvalidName\
3534
:ExecutionProfileTest.Integration_Cassandra_RequestTimeout\
3635
:ExecutionProfileTest.Integration_Cassandra_Consistency\
@@ -75,11 +74,10 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
7574
:PreparedMetadataTests.*\
7675
:UseKeyspaceCaseSensitiveTests.*\
7776
:HostFilterTest.*\
77+
:DisconnectedNullStringApiArgsTest.*\
7878
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
7979
:MetricsTests.Integration_Cassandra_Requests\
8080
:MetricsTests.Integration_Cassandra_StatsShardConnections\
81-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_SetContactPoints\
82-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_ConnectKeyspaceNullKeyspace\
8381
:ExecutionProfileTest.Integration_Cassandra_InvalidName\
8482
:ExecutionProfileTest.Integration_Cassandra_RequestTimeout\
8583
:ExecutionProfileTest.Integration_Cassandra_Consistency\

0 commit comments

Comments
 (0)