forked from I2P_Developers/i2p.i2p
Exclude BuildMessageTestStandalone from Gradle test suite
Needs rewriting.
This commit is contained in:
@ -13,6 +13,8 @@ sourceSets {
|
||||
exclude {
|
||||
it.name.endsWith('IT.java')
|
||||
}
|
||||
// Needs rewriting
|
||||
exclude 'net/i2p/router/tunnel/BuildMessageTestStandalone.java'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user