Skip to content

Commit

Permalink
Move TestParquetReader to test-parquet profile
Browse files Browse the repository at this point in the history
Moved to be in same profile as TestFullParquetReader
for reducing tests in default profile
  • Loading branch information
raunaqmorarka committed Aug 16, 2023
1 parent dbcce7b commit 90447cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/trino-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@
<exclude>**/TestTrinoS3FileSystemAwsS3.java</exclude>
<exclude>**/TestS3SelectQueries.java</exclude>
<exclude>**/TestFullParquetReader.java</exclude>
<exclude>**/TestParquetReader.java</exclude>
<exclude>**/Test*FailureRecoveryTest.java</exclude>
</excludes>
</configuration>
Expand Down Expand Up @@ -588,6 +589,7 @@
<configuration>
<includes>
<include>**/TestFullParquetReader.java</include>
<include>**/TestParquetReader.java</include>
</includes>
</configuration>
</plugin>
Expand Down

0 comments on commit 90447cc

Please sign in to comment.