Removed default testing for the Bulletin Board Client.

Cached-Client
arbel.peled 2016-06-02 10:39:29 +03:00
parent e2f3dbe6b2
commit fe209f6b5a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ dependencies {
test {
exclude '**/*IntegrationTest*'
outputs.upToDateWhen { false }
// outputs.upToDateWhen { false }
}
task integrationTest(type: Test) {