ignore gradle android tests for now (need to deliver Android SDK to agents)

This commit is contained in:
Leonid Shalupov
2013-07-21 17:55:22 +04:00
parent 9ce456fa1c
commit 9cc51d6db1
@@ -8,11 +8,13 @@ import java.util.Scanner
import org.junit.Before
import org.junit.After
import org.junit.Test
import org.junit.Ignore
import kotlin.test.assertTrue
import kotlin.test.assertEquals
import kotlin.test.fail
import org.gradle.testfixtures.ProjectBuilder
Ignore("Requires Android SDK")
class KotlinAndroidGradleIT {
var workingDir: File = File(".")