Skip to content

Commit

Permalink
WMS-82: Disable HandlerInterceptoTest case
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder committed Jul 21, 2016
1 parent 41bd575 commit 413cf0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ limitations under the License.
<test name="interceptor-unit-tests" preserve-order="true" parallel="false">
<classes>
<class name="org.wso2.msf4j.InterceptorTest" />
<class name="org.wso2.msf4j.HandlerInterceptorTest" />
<!-- TODO Fix WMS-82-->
<!--class name="org.wso2.msf4j.HandlerInterceptorTest" /-->
</classes>
</test>

Expand Down

0 comments on commit 413cf0b

Please sign in to comment.