Skip to content

Commit

Permalink
Disable @test until Pulsar dependency is added to Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Talina06 committed Jul 1, 2018
1 parent 13b0d9b commit 0cfdc72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/in/oogway/plumbox/cli/PulsarStreamingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ private String[] transformations() {
return new String[]{SampleTransformation.class.getCanonicalName()};
}

@Test
// Remove below comment after Pulsar dependency is added.
// @Test
void testIngester() throws IllegalAccessException, ClassNotFoundException, InstantiationException,
JsonProcessingException, PulsarClientException {

Expand Down

0 comments on commit 0cfdc72

Please sign in to comment.