Skip to content

Commit 4dfd768

Browse files
committed
ci: enable remaining DisconnectedNullStringApiArgs tests
They can now be enabled since filtering config is implemented.
1 parent f56fcbe commit 4dfd768

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
@@ -29,11 +29,10 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
2929
:ServerSideFailureTests.*\
3030
:TimestampTests.*\
3131
:HostFilterTest.*\
32+
:DisconnectedNullStringApiArgsTest.*\
3233
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
3334
:MetricsTests.Integration_Cassandra_Requests\
3435
:MetricsTests.Integration_Cassandra_StatsShardConnections\
35-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_SetContactPoints\
36-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_ConnectKeyspaceNullKeyspace\
3736
:ExecutionProfileTest.Integration_Cassandra_InvalidName\
3837
:ExecutionProfileTest.Integration_Cassandra_RequestTimeout\
3938
:ExecutionProfileTest.Integration_Cassandra_Consistency\
@@ -86,11 +85,10 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
8685
:ServerSideFailureTests.*\
8786
:TimestampTests.*\
8887
:HostFilterTest.*\
88+
:DisconnectedNullStringApiArgsTest.*\
8989
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
9090
:MetricsTests.Integration_Cassandra_Requests\
9191
:MetricsTests.Integration_Cassandra_StatsShardConnections\
92-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_SetContactPoints\
93-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_ConnectKeyspaceNullKeyspace\
9492
:ExecutionProfileTest.Integration_Cassandra_InvalidName\
9593
:ExecutionProfileTest.Integration_Cassandra_RequestTimeout\
9694
:ExecutionProfileTest.Integration_Cassandra_Consistency\

0 commit comments

Comments
 (0)