danny0405 commented on code in PR #13007: URL: https://github.com/apache/hudi/pull/13007#discussion_r2017980604
########## hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/functional/TestMarkerBasedRollbackStrategy.java: ########## @@ -165,10 +238,11 @@ public void testCopyOnWriteRollbackWithTestTable() throws Exception { .withMarkerFile("partA", f2, IOType.CREATE); // when - HoodieTable hoodieTable = HoodieSparkTable.create(getConfig(), context, metaClient); + HoodieTable hoodieTable = HoodieSparkTable.create(getConfigBuilder().withEmbeddedTimelineServerEnabled(false).build(), context, metaClient); Review Comment: +1 -- 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-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org