mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 20:39:18 +00:00
Reducing noise during testing
This commit is contained in:
parent
966c4e0130
commit
ec9d807a47
@ -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<>();
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user