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() {
|
||||
@Test
|
||||
fun testSymbolicLinks() {
|
||||
if (System.getProperty("os.name").toLowerCase().contains("win")) return
|
||||
val tempDir = Files.createTempDirectory("kapt-test").toFile()
|
||||
try {
|
||||
fun File.writeJavaClass() = apply {
|
||||
|
||||
Reference in New Issue
Block a user