Skip to content

Commit

Permalink
disable tests for javaScript evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jun 11, 2021
1 parent ff73421 commit b871182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/model-common/testng-unit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</test> -->
<test name="ExpressionConstruction" preserve-order="false">
<classes>
<class name="com.evolveum.midpoint.model.common.expression.script.TestJavaScriptExpressions" />
<!--<class name="com.evolveum.midpoint.model.common.expression.script.TestJavaScriptExpressions" />-->
<class name="com.evolveum.midpoint.model.common.expression.script.TestGroovyExpressions" />
<class name="com.evolveum.midpoint.model.common.expression.script.TestGroovyExpressionsSandbox" />
<class name="com.evolveum.midpoint.model.common.expression.script.TestPythonExpressions" />
Expand Down

0 comments on commit b871182

Please sign in to comment.