Skip to content

Commit

Permalink
comment out the failing sys test in the travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurilov, Andrey committed Oct 1, 2018
1 parent c1aada2 commit 4f4e425
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,15 @@ jobs:
- ITEM_SIZE=small,medium,large
script: "travis_retry ./gradlew systemTest --tests com.emc.mongoose.system.${TEST}"

- stage: "Allowed to fail"
# STORAGE_TYPE=s3,swift RUN_MODE=local,distributed CONCURRENCY=low,medium ITEM_SIZE=large ./gradlew systemTest --tests com.emc.mongoose.system.MultipartCreateTest
env:
- TEST=MultipartCreateTest
- STORAGE_TYPE=s3,swift
- RUN_MODE=local,distributed
- CONCURRENCY=low,medium
- ITEM_SIZE=large
script: "./gradlew systemTest --tests com.emc.mongoose.system.${TEST}"
# - stage: "Allowed to fail"
# # STORAGE_TYPE=s3,swift RUN_MODE=local,distributed CONCURRENCY=low,medium ITEM_SIZE=large ./gradlew systemTest --tests com.emc.mongoose.system.MultipartCreateTest
# env:
# - TEST=MultipartCreateTest
# - STORAGE_TYPE=s3,swift
# - RUN_MODE=local,distributed
# - CONCURRENCY=low,medium
# - ITEM_SIZE=large
# script: "./gradlew systemTest --tests com.emc.mongoose.system.${TEST}"

- stage: "Deploy"
deploy:
Expand Down

0 comments on commit 4f4e425

Please sign in to comment.