Skip to content

Commit

Permalink
Merge branch 'jetty-9.4.x' into jetty-10.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Jan 26, 2021
2 parents da7fd63 + 54d37c6 commit 59bf0f9
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -27,6 +27,7 @@
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;

Expand Down Expand Up @@ -172,7 +173,8 @@ public void testGetCoordinateTestMavenBaseUri()
}

@Test
public void testDownloadDefaultRepo()
@Tag("external")
public void testDownloadUnspecifiedRepo()
throws Exception
{
MavenLocalRepoFileInitializer repo =
Expand Down

0 comments on commit 59bf0f9

Please sign in to comment.