smiklosovic commented on code in PR #2046:
URL: https://github.com/apache/cassandra/pull/2046#discussion_r1158262242


##########
test/unit/org/apache/cassandra/io/sstable/indexsummary/IndexSummaryTest.java:
##########
@@ -81,7 +82,7 @@ public static void setup()
     public void testIndexSummaryKeySizes() throws IOException
     {
         // On Circle CI we normally don't have enough off-heap memory for this 
test so ignore it
-        Assume.assumeTrue(System.getenv("CIRCLECI") == null);
+        Assume.assumeTrue(CIRCLECI.getString() == null);

Review Comment:
   i would just leave it as it is ... there might be different executors I 
guess with different memory amount etc?



-- 
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]

Reply via email to