bereng commented on code in PR #2896:
URL: https://github.com/apache/cassandra/pull/2896#discussion_r1451992749
##########
test/unit/org/apache/cassandra/index/CustomIndexTest.java:
##########
@@ -162,6 +165,8 @@ public void indexReceivesWriteTimeDeletionsCorrectly()
throws Throwable
@Test
public void nonCustomIndexesRequireExactlyOneTargetColumn() throws
Throwable
{
+ Assume.assumeTrue("Test does not work with different default secondary
index",
Review Comment:
This could be replaced with the new method in Util?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]