aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle-integration-tests
diff options
context:
space:
mode:
authorPaweł Marks <pmarks@virtuslab.com>2020-02-10 12:16:04 +0100
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-02-10 12:16:32 +0100
commit62a2848a1187c61c62907a000f8bc3b3199923e3 (patch)
tree3896f2bd454d8f13b758df29f1170ed737475eda /integration-tests/gradle-integration-tests
parentee84d85e718bba3a601489a88728ec5ea837849b (diff)
downloaddokka-62a2848a1187c61c62907a000f8bc3b3199923e3.tar.gz
dokka-62a2848a1187c61c62907a000f8bc3b3199923e3.tar.bz2
dokka-62a2848a1187c61c62907a000f8bc3b3199923e3.zip
Re-excludes integration tests
Diffstat (limited to 'integration-tests/gradle-integration-tests')
-rw-r--r--integration-tests/gradle-integration-tests/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/gradle-integration-tests/build.gradle.kts b/integration-tests/gradle-integration-tests/build.gradle.kts
index 03dc2641..0a1cb9e1 100644
--- a/integration-tests/gradle-integration-tests/build.gradle.kts
+++ b/integration-tests/gradle-integration-tests/build.gradle.kts
@@ -39,6 +39,6 @@ tasks {
test {
systemProperty("android.licenses.overwrite", project.findProperty("android.licenses.overwrite") ?: "")
inputs.dir(file("testData"))
-// exclude("*") // TODO: Remove this exclude when tests are migrated
+ exclude("*") // TODO: Remove this exclude when tests are migrated
}
}