Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 06973e5

Browse files
committed
Renamed and ignored test
1 parent 682b730 commit 06973e5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/test/java/com/marklogic/appdeployer/command/forests/DeployCustomForestsDebug.java renamed to src/test/java/com/marklogic/appdeployer/command/forests/DeployCustomForestsTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@
55
import com.marklogic.appdeployer.command.databases.DeployContentDatabasesCommand;
66
import com.marklogic.mgmt.forests.ForestManager;
77
import org.junit.After;
8+
import org.junit.Ignore;
89
import org.junit.Test;
910

1011
import java.io.File;
1112

1213
/**
1314
* Verifies that directories under ./forests/ are processed correctly.
14-
*
15-
* Renamed this to a Debug test so it's not executed by default as part of the test suite. The test fails on Travis,
16-
* as "localhost" doesn't resolve as a host name, and I'm not sure why that is yet.
1715
*/
18-
public class DeployCustomForestsDebug extends AbstractAppDeployerTest {
16+
@Ignore("Failing on travis because it's not using the right hostname for forests, not sure how to fix yet")
17+
public class DeployCustomForestsTest extends AbstractAppDeployerTest {
1918

2019
@After
2120
public void tearDown() {

0 commit comments

Comments
 (0)