Skip to content

Commit

Permalink
RHBPMS-5154: disabling test which should not run by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Jul 11, 2018
1 parent d1d20e7 commit 2816ff7
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -30,6 +30,7 @@
import org.jbpm.test.util.ExecutorTestUtil;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.kie.api.executor.CommandContext;
import org.kie.api.executor.ExecutorQueryService;
Expand Down Expand Up @@ -65,6 +66,7 @@
* -Dmaven.jdbc.url=jdbc:oracle:thin:@localhost:1521/ORCLPDB1
* -Dmaven.jdbc.schema=jboss
*/
@Ignore("RHBPMS-5154: Test is not suitable for running as DisabledFollowOnLockOracle10gDialect is not supported by default")
public class ExecutorQueryServiceTest {

protected ExecutorService executorService;
Expand Down

0 comments on commit 2816ff7

Please sign in to comment.