Skip to content

Commit 4404e93

Browse files
committed
ci: enable remaining DisconnectedNullStringApiArgs tests
They can now be enabled since filtering config is implemented.
1 parent d6aac81 commit 4404e93

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
@@ -32,11 +32,10 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
3232
:ServerSideFailureThreeNodeTests.*\
3333
:TimestampTests.*\
3434
:HostFilterTest.*\
35+
:DisconnectedNullStringApiArgsTest.*\
3536
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
3637
:MetricsTests.Integration_Cassandra_Requests\
3738
:MetricsTests.Integration_Cassandra_StatsShardConnections\
38-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_SetContactPoints\
39-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_ConnectKeyspaceNullKeyspace\
4039
:ExecutionProfileTest.Integration_Cassandra_InvalidName\
4140
:ExecutionProfileTest.Integration_Cassandra_RequestTimeout\
4241
:ExecutionProfileTest.Integration_Cassandra_Consistency\
@@ -92,11 +91,10 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
9291
:ServerSideFailureThreeNodeTests.*\
9392
:TimestampTests.*\
9493
:HostFilterTest.*\
94+
:DisconnectedNullStringApiArgsTest.*\
9595
:MetricsTests.Integration_Cassandra_ErrorsRequestTimeouts\
9696
:MetricsTests.Integration_Cassandra_Requests\
9797
:MetricsTests.Integration_Cassandra_StatsShardConnections\
98-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_SetContactPoints\
99-
:DisconnectedNullStringApiArgsTest.Integration_Cassandra_ConnectKeyspaceNullKeyspace\
10098
:ExecutionProfileTest.Integration_Cassandra_InvalidName\
10199
:ExecutionProfileTest.Integration_Cassandra_RequestTimeout\
102100
:ExecutionProfileTest.Integration_Cassandra_Consistency\

0 commit comments

Comments
 (0)