From 4db970dc8afd79964bbfa85097954750cb4f1ab2 Mon Sep 17 00:00:00 2001 From: Gary Li Date: Sun, 28 Mar 2021 01:07:57 -0700 Subject: [PATCH] [HOTFIX] Disable ITs for Spark3 and scala2.12 (#2733) --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 61e3ac893..7f371ddf2 100644 --- a/pom.xml +++ b/pom.xml @@ -1426,6 +1426,7 @@ ${scala12.version} 2.12 true + true @@ -1473,6 +1474,7 @@ ${fasterxml.spark3.version} ${fasterxml.spark3.version} true + true