Merge branch 'jetty-9.4.x' into jetty-10.0.x

This commit is contained in:
olivier lamy 2021-01-26 19:48:40 +10:00
commit 59bf0f9439
1 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@ import org.eclipse.jetty.toolchain.test.FS;
import org.eclipse.jetty.toolchain.test.jupiter.WorkDir;
import org.eclipse.jetty.toolchain.test.jupiter.WorkDirExtension;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
@ -172,7 +173,8 @@ public class MavenLocalRepoFileInitializerTest
}
@Test
public void testDownloadDefaultRepo()
@Tag("external")
public void testDownloadUnspecifiedRepo()
throws Exception
{
MavenLocalRepoFileInitializer repo =