From 0b2eeb1589409a2f3813ac8a80a3ea24d57cdc0f Mon Sep 17 00:00:00 2001 From: Raza Jafri Date: Wed, 8 Jun 2022 13:41:28 -0700 Subject: [PATCH] Remove ORC encryption test from 321cdh (#5791) * remove ORC encryption test from 321cdh Signed-off-by: Raza Jafri * addressed review comments Signed-off-by: Raza Jafri Co-authored-by: Raza Jafri --- tests/pom.xml | 25 +++---------------- .../spark/rapids/OrcEncryptionSuite.scala | 0 2 files changed, 3 insertions(+), 22 deletions(-) rename tests/src/test/{320+ => 320+-noncdh-nondb}/scala/com/nvidia/spark/rapids/OrcEncryptionSuite.scala (100%) diff --git a/tests/pom.xml b/tests/pom.xml index e19039dc61e..54b5d8721ed 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -148,25 +148,6 @@ - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-321cdh-test-src - add-test-source - - - ${project.basedir}/src/test/320+/scala - - - - - - -