Merge pull request #3546 from eed3si9n/wip/flaky

Comment out flaky tests
This commit is contained in:
eugene yokota 2017-09-15 19:41:42 -04:00 committed by GitHub
commit b4744486a8
2 changed files with 7 additions and 5 deletions

View File

@ -13,6 +13,7 @@ $ copy-file changes/ThreadRunError.scala src/main/scala/Run.scala
$ copy-file changes/RunExplicitSuccess.scala src/main/scala/Run.scala $ copy-file changes/RunExplicitSuccess.scala src/main/scala/Run.scala
> run > run
# explicitly calling System.exit(1) should fail the 'run' task # https://github.com/sbt/sbt/issues/3543
$ copy-file changes/RunExplicitFailure.scala src/main/scala/Run.scala # # explicitly calling System.exit(1) should fail the 'run' task
-> run # $ copy-file changes/RunExplicitFailure.scala src/main/scala/Run.scala
# -> run

View File

@ -1,5 +1,6 @@
> test # https://github.com/sbt/sbt/issues/3545
-> check # > test
# -> check
> clean > clean
> set testForkedParallel := true > set testForkedParallel := true