Don't run KaptPathsTest.testSymbolicLinks test on Windows
This commit is contained in:
@@ -15,6 +15,7 @@ import java.nio.file.Files
|
|||||||
class KaptPathsTest : TestCase() {
|
class KaptPathsTest : TestCase() {
|
||||||
@Test
|
@Test
|
||||||
fun testSymbolicLinks() {
|
fun testSymbolicLinks() {
|
||||||
|
if (System.getProperty("os.name").toLowerCase().contains("win")) return
|
||||||
val tempDir = Files.createTempDirectory("kapt-test").toFile()
|
val tempDir = Files.createTempDirectory("kapt-test").toFile()
|
||||||
try {
|
try {
|
||||||
fun File.writeJavaClass() = apply {
|
fun File.writeJavaClass() = apply {
|
||||||
|
|||||||
Reference in New Issue
Block a user