Reducing noise during testing

This commit is contained in:
Joakim Erdfelt 2013-12-27 10:55:47 -07:00
parent 966c4e0130
commit ec9d807a47
2 changed files with 1 additions and 1 deletions

View File

@ -70,6 +70,7 @@ public class MainTest
}
@Test
@Ignore("Just a bit noisy for general testing")
public void testListConfig() throws Exception
{
List<String> cmdLineArgs = new ArrayList<>();

View File

@ -50,7 +50,6 @@ public class ModulesTest
@Test
public void testEnableRegexSimple() throws IOException
{
StartLog.enableDebug();
File homeDir = MavenTestingUtils.getTestResourceDir("usecases/home");
BaseHome basehome = new BaseHome(homeDir,homeDir);