Comments out SpongeVanilla and SpongeForge for now
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good

This commit is contained in:
2021-08-03 12:48:23 +02:00
parent 00cfe78491
commit 12189c12d7
3 changed files with 10 additions and 5 deletions

View File

@ -37,7 +37,7 @@ public class JarDownloaderTest {
downloader.downloadJars();
}
@Test
/*@Test
public void spongeVanillaDownloadTest() throws IOException, ConfigurationException {
singleDownloadTest(ServerTypeHandler.getByName("SpongeVanilla"));
}
@ -45,7 +45,7 @@ public class JarDownloaderTest {
@Test
public void spongeForgeDownloadTest() throws IOException, ConfigurationException {
singleDownloadTest(ServerTypeHandler.getByName("SpongeForge"));
}
}*/
@Test
public void spigotDownloadTest() throws ConfigurationException, IOException {