Skip to content

Commit

Permalink
JBTM-2717 added a note to why this test can fail on slow hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjenkinson committed Aug 26, 2016
1 parent e651cdb commit 065834a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -205,6 +205,7 @@ public XAResource[] getXAResources() throws Exception {
if (somethingToRecover) {
assertEquals("helper removed in wrong state", 0, remover.getRemoveState());
} else {
// See https://issues.jboss.org/browse/JBTM-2717
assertEquals("helper removed in wrong state", 2, remover.getRemoveState());
}

Expand Down

0 comments on commit 065834a

Please sign in to comment.