Skip to content

Commit

Permalink
Added unit tests back to exclude from compilation list for old driver…
Browse files Browse the repository at this point in the history
…s test
  • Loading branch information
sfc-gh-astachowski committed Nov 8, 2024
1 parent c6a1656 commit eed2726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TestOnly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@
<exclude>**/structuredtypes/sqldata/*.java</exclude>
<!-- Latest JDBC driver tests that cannot run with the oldest driver -->
<exclude>**/*LatestIT.java</exclude>
<!-- Unit Tests -->
<exclude>**/*Test.java</exclude>
<!-- Manual Tests -->
<exclude>**/*Manual.java</exclude>
<!-- Telemetry API is new -->
Expand Down

0 comments on commit eed2726

Please sign in to comment.