Skip to content

Commit

Permalink
Merge branch 'master' into openesb-305standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
lenhard committed Sep 21, 2015
2 parents 9020844 + d7f55d9 commit a1849d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 All @@ -111,12 +111,12 @@ public void test_B6_BpelActiveBpelSequence() throws IOException, InterruptedExce
testBPELEngine("active-bpel");
}

@Test
@Test @Ignore("older revision, possibly unstable")
public void test_B7_BpelPetalsesbSequence() throws IOException, InterruptedException {
testBPELEngine("petalsesb");
}

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

0 comments on commit a1849d9

Please sign in to comment.