Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Disable randomly failing test.
Browse files Browse the repository at this point in the history
This test should later be converted to an Arquillian test.
  • Loading branch information
Carlos A. Munoz committed Aug 8, 2013
1 parent 39fbd6d commit e9717d2
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -884,8 +884,10 @@ else if( entry.getKey().equals(HeaderFields.KEY_PoRevisionDate) )
}
}
}

@Test

// TODO This test is randomly failing. It should be replaced with an Arquillian integration test where
// multiple transactions can be reliably tested.
@Test(enabled = false)
public void headersAfterWebtransEdit() throws Exception
{
LocaleId de_de = new LocaleId("de");
Expand Down

0 comments on commit e9717d2

Please sign in to comment.