Skip to content

Commit

Permalink
Fix presto on spark tests being skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
aweisberg authored and highker committed Mar 11, 2022
1 parent e7f1401 commit 8479f26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions presto-spark-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/tests/*.java</include>
</includes>
<excludes>
<exclude>**/TestPrestoSparkAggregations.java</exclude>
<exclude>**/TestPrestoSparkJoinQueries.java</exclude>
Expand Down

0 comments on commit 8479f26

Please sign in to comment.