Skip to content

Commit fe8bced

Browse files
committed
test: don't disable topology test_null test
With the fix in `boot_strapper` from the previous commit, bootstrapping clusters with the topology harness no longer fails with `no_such_keyspace` error. We can enable the first test.
1 parent 8b0a26c commit fe8bced

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/topology/suite.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ pool_size: 4
33
topology:
44
class: Simple
55
replication_factor: 3
6-
disable:
7-
- test_null
6+
disable: []

0 commit comments

Comments
 (0)