Skip to content

Commit

Permalink
tag this test as external
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed Jan 26, 2021
1 parent 4c51591 commit 54d37c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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,6 +173,7 @@ public void testGetCoordinateTestMavenBaseUri()
}

@Test
@Tag("external")
public void testDownloadUnspecifiedRepo()
throws Exception
{
Expand Down

0 comments on commit 54d37c6

Please sign in to comment.