diff --git a/integration-tests/src/test/java/org/openmrs/maven/plugins/DeployIT.java b/integration-tests/src/test/java/org/openmrs/maven/plugins/DeployIT.java index fdb6576f..135d2c17 100644 --- a/integration-tests/src/test/java/org/openmrs/maven/plugins/DeployIT.java +++ b/integration-tests/src/test/java/org/openmrs/maven/plugins/DeployIT.java @@ -102,11 +102,6 @@ public void deploy_shouldDowngradeDistroTo2_1() throws Exception { assertThat(server, serverHasVersion("2.1")); } - @Override - public void teardown() { - - } - @Test public void deploy_shouldUpgradeDistroTo3_0_0() throws Exception {