Skip to content

Commit

Permalink
DataSourceTest commented out from suite, not working with pipelines.
Browse files Browse the repository at this point in the history
This test works manually with H2 or when -Dconfig is used, but it
does not work with -Dmidpoint.repository.jdbc* options and is not
worth the fix for it (it is gone in master anyway).
  • Loading branch information
virgo47 committed May 30, 2022
1 parent 52d6d2e commit 0e2a3ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repo/repo-sql-impl-test/testng-integration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<classes>
<class name="com.evolveum.midpoint.repo.sql.SpringApplicationContextTest"/>
<class name="com.evolveum.midpoint.repo.sql.EmbeddedServerModeTest"/>
<!--
Only manual test now, works for H2, but not with new style of config (without -Dconfig) and not worthy of a fix.
<class name="com.evolveum.midpoint.repo.sql.DataSourceTest"/>
-->
<class name="com.evolveum.midpoint.repo.sql.SchemaTest"/>
</classes>
</test>
Expand Down

0 comments on commit 0e2a3ad

Please sign in to comment.