Gradle: Ignore streaming integration tests

This commit is contained in:
str4d
2017-12-02 20:58:58 +00:00
parent dd89c4a469
commit 5a3f0163b9

View File

@@ -9,6 +9,9 @@ sourceSets {
test {
java {
srcDir 'java/test/junit'
exclude {
it.name.endsWith('IT.java')
}
}
}
}