Skip to content

Commit

Permalink
Remove ORC encryption test from 321cdh (#5791)
Browse files Browse the repository at this point in the history
* remove ORC encryption test from 321cdh

Signed-off-by: Raza Jafri <rjafri@nvidia.com>

* addressed review comments

Signed-off-by: Raza Jafri <rjafri@nvidia.com>

Co-authored-by: Raza Jafri <rjafri@nvidia.com>
  • Loading branch information
razajafri and razajafri authored Jun 8, 2022
1 parent 59d05d2 commit 0b2eeb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,25 +148,6 @@
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-321cdh-test-src</id>
<goals><goal>add-test-source</goal></goals>
<configuration>
<sources>
<source>${project.basedir}/src/test/320+/scala</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<!--
Expand Down Expand Up @@ -311,7 +292,7 @@
<goals><goal>add-test-source</goal></goals>
<configuration>
<sources>
<source>${project.basedir}/src/test/320+/scala</source>
<source>${project.basedir}/src/test/320+-noncdh-nondb/scala</source>
</sources>
</configuration>
</execution>
Expand Down Expand Up @@ -339,7 +320,7 @@
<goals><goal>add-test-source</goal></goals>
<configuration>
<sources>
<source>${project.basedir}/src/test/320+/scala</source>
<source>${project.basedir}/src/test/320+-noncdh-nondb/scala</source>
</sources>
</configuration>
</execution>
Expand Down Expand Up @@ -368,7 +349,7 @@
<configuration>
<sources>
<source>${project.basedir}/src/test/330/scala</source>
<source>${project.basedir}/src/test/320+/scala</source>
<source>${project.basedir}/src/test/320+-noncdh-nondb/scala</source>
</sources>
</configuration>
</execution>
Expand Down

0 comments on commit 0b2eeb1

Please sign in to comment.