poorbarcode commented on code in PR #23169:
URL: https://github.com/apache/pulsar/pull/23169#discussion_r1723164876
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/OneWayReplicatorTest.java:
##########
@@ -1160,4 +1160,77 @@ public void
testDifferentTopicCreationRule(ReplicationMode replicationMode) thro
admin1.namespaces().deleteNamespace(ns);
admin2.namespaces().deleteNamespace(ns);
}
+
+ @Test(dataProvider = "replicationModes")
+ public void
testDisabledCreateTopicToRemoteClusterForReplication(ReplicationMode
replicationMode) throws Exception {
Review Comment:
This test was added in mistake, I removed this test
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]