Tag tests requiring Online

This commit is contained in:
Joakim Erdfelt 2022-09-21 14:59:25 -05:00
parent 45ca33676d
commit 46bd4cfd9a
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 3 additions and 0 deletions

View File

@ -200,6 +200,7 @@ public class MavenLocalRepoFileInitializerTest
}
@Test
@Tag("external")
public void testDownloadSnapshotRepo()
throws Exception
{
@ -228,6 +229,7 @@ public class MavenLocalRepoFileInitializerTest
}
@Test
@Tag("external")
public void testDownloadSnapshotRepoWithExtractDeep()
throws Exception
{
@ -245,6 +247,7 @@ public class MavenLocalRepoFileInitializerTest
}
@Test
@Tag("external")
public void testDownloadSnapshotRepoWithExtractDefault()
throws Exception
{