mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 16:27:11 -07:00
Disable reposilite publish tests on Windows for now
This commit is contained in:
parent
844b2b390d
commit
35887e7d06
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,8 @@ import org.json.JSONObject;
|
||||||
import org.junit.jupiter.api.AfterAll;
|
import org.junit.jupiter.api.AfterAll;
|
||||||
import org.junit.jupiter.api.BeforeAll;
|
import org.junit.jupiter.api.BeforeAll;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
import org.junit.jupiter.api.condition.DisabledOnOs;
|
||||||
|
import org.junit.jupiter.api.condition.OS;
|
||||||
import rife.bld.Project;
|
import rife.bld.Project;
|
||||||
import rife.bld.blueprints.BlankProjectBlueprint;
|
import rife.bld.blueprints.BlankProjectBlueprint;
|
||||||
import rife.bld.dependencies.*;
|
import rife.bld.dependencies.*;
|
||||||
|
@ -111,6 +113,7 @@ public class TestPublishOperation {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@DisabledOnOs({OS.WINDOWS})
|
||||||
void testPublishRelease()
|
void testPublishRelease()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
var tmp1 = Files.createTempDirectory("test1").toFile();
|
var tmp1 = Files.createTempDirectory("test1").toFile();
|
||||||
|
@ -377,6 +380,7 @@ public class TestPublishOperation {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@DisabledOnOs({OS.WINDOWS})
|
||||||
void testPublishSnapshot()
|
void testPublishSnapshot()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
var tmp1 = Files.createTempDirectory("test1").toFile();
|
var tmp1 = Files.createTempDirectory("test1").toFile();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue