Skip to content

Commit

Permalink
Revert inadvertent change to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdbaranec committed Jul 10, 2023
1 parent 198c000 commit e35d96e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,20 @@
<excludes>
<exclude>**/CuFileTest.java</exclude>
<exclude>**/CudaFatalTest.java</exclude>
<exclude>**/ColumnViewNonEmptyNullsTest.java</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>non-empty-null-test</id>
<goals>
<goal>test</goal>
</goals>
<configuration>
<argLine>-da:ai.rapids.cudf.AssertEmptyNulls</argLine>
<test>ColumnViewNonEmptyNullsTest</test>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit e35d96e

Please sign in to comment.