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

yangzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 77e1d2c14e [GLUTEN-9379] [VL] Disable flaky ArrowCsvScanSuiteV2 (#9380)
77e1d2c14e is described below

commit 77e1d2c14e894dff3c3d36af5891d312c1cac043
Author: Yang Zhang <[email protected]>
AuthorDate: Mon Apr 21 20:31:14 2025 +0800

    [GLUTEN-9379] [VL] Disable flaky ArrowCsvScanSuiteV2 (#9380)
---
 .../src/test/scala/org/apache/gluten/execution/ArrowCsvScanSuite.scala  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/backends-velox/src/test/scala/org/apache/gluten/execution/ArrowCsvScanSuite.scala
 
b/backends-velox/src/test/scala/org/apache/gluten/execution/ArrowCsvScanSuite.scala
index 98ceae2e74..36e3c6636d 100644
--- 
a/backends-velox/src/test/scala/org/apache/gluten/execution/ArrowCsvScanSuite.scala
+++ 
b/backends-velox/src/test/scala/org/apache/gluten/execution/ArrowCsvScanSuite.scala
@@ -25,6 +25,7 @@ import org.apache.spark.sql.types.{IntegerType, StringType, 
StructType}
 
 import org.scalatest.Ignore
 
+@Ignore
 class ArrowCsvScanSuiteV1 extends ArrowCsvScanSuiteBase {
   override protected def sparkConf: SparkConf = {
     super.sparkConf
@@ -62,6 +63,7 @@ class ArrowCsvScanSuiteV1 extends ArrowCsvScanSuiteBase {
   }
 }
 
+@Ignore
 class ArrowCsvScanSuiteV2 extends ArrowCsvScanSuite {
   override protected def sparkConf: SparkConf = {
     super.sparkConf


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to