forked from I2P_Developers/i2p.i2p
Gradle: Ignore streaming integration tests
This commit is contained in:
@@ -9,6 +9,9 @@ sourceSets {
|
||||
test {
|
||||
java {
|
||||
srcDir 'java/test/junit'
|
||||
exclude {
|
||||
it.name.endsWith('IT.java')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user