Skip to content

Commit

Permalink
MID-8842 ninja, ImportRepositoryTest ignored for now hopefully (not v…
Browse files Browse the repository at this point in the history
…ia annotation, but via testng xml)
  • Loading branch information
1azyman committed Jul 3, 2023
1 parent 63f9380 commit f09c0f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Created by Viliam Repan (lazyman).
*/
@Ignore
@ContextConfiguration(locations = "classpath:ctx-ninja-test.xml")
@DirtiesContext
@Listeners({ com.evolveum.midpoint.tools.testng.AlphabeticalMethodInterceptor.class })
Expand Down
2 changes: 1 addition & 1 deletion tools/ninja/testng-unit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!--<class name="com.evolveum.midpoint.ninja.ExportRepositoryTest"/> TODO: currently empty tests -->
<class name="com.evolveum.midpoint.ninja.HelpVersionTest"/>
<class name="com.evolveum.midpoint.ninja.ListKeysTest"/>
<class name="com.evolveum.midpoint.ninja.ImportRepositoryTest"/>
<!--<class name="com.evolveum.midpoint.ninja.ImportRepositoryTest"/>-->
</classes>
</test>
</suite>

0 comments on commit f09c0f1

Please sign in to comment.