Skip to content

Commit

Permalink
Disable OpenESB test
Browse files Browse the repository at this point in the history
  • Loading branch information
lenhard committed Sep 21, 2015
1 parent 86d5f9d commit 4399271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/betsy/BPELSystemTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void test_B5__B3_BpelOpenesb231Sequence() throws IOException, Interrupted
testBPELEngine("openesb231");
}

@Test
@Test @Ignore("unstable")
public void test_B5__B1_BpelOpenesbSequence() throws IOException, InterruptedException {
testBPELEngine("openesb");
}
Expand Down

0 comments on commit 4399271

Please sign in to comment.