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

Commit

Permalink
HAWKULAR-451 - disable a test until we figure out what we want to do …
Browse files Browse the repository at this point in the history
…here.

we need to either get rid of this test or re-enable it after we revert H-451
  • Loading branch information
jmazzitelli committed Jul 14, 2015
1 parent ef90d92 commit 056789d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void testApiDeserializer() {
Assert.assertEquals("msg", echoRequest.getEchoMessage());
}

@Test
//@Test // put this back if we revert HAWKULAR-451, remove this if we do not revert it
public void testApiDeserializerError() {
ApiDeserializer ad = new ApiDeserializer();

Expand Down

0 comments on commit 056789d

Please sign in to comment.