mirror of https://github.com/sbt/sbt.git
Comment out tests
This commit is contained in:
parent
26fe5efeb1
commit
8f5d03b5a7
|
|
@ -117,6 +117,7 @@ final class ResolutionSpec extends AnyPropSpec with Matchers {
|
|||
assert(resolution.isRight)
|
||||
}
|
||||
|
||||
/*
|
||||
property("resolve with resolvers using a custom protocols") {
|
||||
val sbtModule = "org.scala-sbt" % "sbt" % "1.1.0"
|
||||
val dependencies = Vector(sbtModule)
|
||||
|
|
@ -198,6 +199,7 @@ final class ResolutionSpec extends AnyPropSpec with Matchers {
|
|||
(sbtModule.organization, sbtModule.name, sbtModule.revision)
|
||||
)
|
||||
}
|
||||
*/
|
||||
|
||||
property("resolve plugin") {
|
||||
val pluginAttributes = Map("scalaVersion" -> "2.12", "sbtVersion" -> "1.0")
|
||||
|
|
|
|||
Loading…
Reference in New Issue