You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/23 12:01:05 UTC

[GitHub] [hudi] codope commented on a diff in pull request #5930: [MINOR] Disable flaky clean test for bootstrap file only

codope commented on code in PR #5930:
URL: https://github.com/apache/hudi/pull/5930#discussion_r904932863


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/functional/TestCleanPlanExecutor.java:
##########
@@ -273,7 +273,7 @@ public void testKeepLatestCommits(
    * Test Hudi COW Table Cleaner - Keep the latest file versions policy.
    */
   @ParameterizedTest
-  @ValueSource(booleans = {false, true})
+  @ValueSource(booleans = {false})

Review Comment:
   Absolutely! 
   Sorry, I missed it. Will add in the next revision.



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org