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
> run
# explicitly calling System.exit(1) should fail the 'run' task
$ copy-file changes/RunExplicitFailure.scala src/main/scala/Run.scala
-> run
# https://github.com/sbt/sbt/issues/3543
# # explicitly calling System.exit(1) should fail the 'run' task
# $ copy-file changes/RunExplicitFailure.scala src/main/scala/Run.scala
# -> run

View File

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