Skip to content

Commit

Permalink
exclude websocket for now to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Santana committed Dec 6, 2017
1 parent 5414efc commit ec80586
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ task testWithoutCredentials(type: Test) {
exclude 'packages/watson/**'
exclude 'packages/slack/**'
exclude 'packages/weather/**'
exclude 'packages/websocket/**'
}

task testExcludeWebSocket(type: Test) {
exclude 'packages/websocket/**'
}

dependencies {
Expand Down

0 comments on commit ec80586

Please sign in to comment.