This is an automated email from the ASF dual-hosted git repository.

singhpk234 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 7418f4986d Core: disable flaky test for batchScan RemoteScanPlanning 
(#14826)
7418f4986d is described below

commit 7418f4986de820efe04570b28392a0db2f640ec9
Author: Prashant Singh <[email protected]>
AuthorDate: Thu Dec 11 15:12:14 2025 -0800

    Core: disable flaky test for batchScan RemoteScanPlanning (#14826)
    
    Co-authored-by: Prashant Singh <[email protected]>
---
 core/src/test/java/org/apache/iceberg/rest/TestRESTScanPlanning.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/core/src/test/java/org/apache/iceberg/rest/TestRESTScanPlanning.java 
b/core/src/test/java/org/apache/iceberg/rest/TestRESTScanPlanning.java
index f84197b0f1..6996570b3c 100644
--- a/core/src/test/java/org/apache/iceberg/rest/TestRESTScanPlanning.java
+++ b/core/src/test/java/org/apache/iceberg/rest/TestRESTScanPlanning.java
@@ -348,6 +348,7 @@ public class TestRESTScanPlanning {
     }
   }
 
+  @Disabled("Temporarily disabled: Fix tracked via issue-14823")
   @ParameterizedTest
   @EnumSource(PlanningMode.class)
   void scanPlanningWithBatchScan(

Reply via email to