mirror of https://github.com/sbt/sbt.git
Merge pull request #3546 from eed3si9n/wip/flaky
Comment out flaky tests
This commit is contained in:
commit
b4744486a8
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
> test
|
# https://github.com/sbt/sbt/issues/3545
|
||||||
-> check
|
# > test
|
||||||
|
# -> check
|
||||||
|
|
||||||
> clean
|
> clean
|
||||||
> set testForkedParallel := true
|
> set testForkedParallel := true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue