Skip to content

Commit

Permalink
Disable testcase due to siddhi-io/siddhi#1616
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika committed Jan 17, 2020
1 parent 38499b9 commit c065709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public void testHTTPConnectionFailure() throws InterruptedException {
}
}

@Test
@Test(enabled = false)
public void testHTTPRestart() throws Exception {
log.info("Creating test for publishing events without Content-Type header include.");
SiddhiManager siddhiManager = new SiddhiManager();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ public void receive(long timeStamp, Event[] inEvents, Event[] removeEvents) {
siddhiAppRuntime.shutdown();
}

@Test
@Test(enabled = false)
public void testHTTPStopAndStart() throws Exception {
logger.info(" Creating test for publishing events without URL.");
URI baseURI = URI.create(String.format("http://%s:%d", "0.0.0.0", 8280));
Expand Down

0 comments on commit c065709

Please sign in to comment.