mirror of https://github.com/sbt/sbt.git
Disable InstallSbtnSpec
This test works fine locally on all platforms but there are issues in CI. I think that it might work ok with 1.4.2 without a lot of extra effort so I'm going to disable it for now.
This commit is contained in:
parent
beab10fc64
commit
37e4dc5318
|
|
@ -33,7 +33,8 @@ class InstallSbtnSpec extends FlatSpec {
|
||||||
def setMode(canonical: Boolean, echo: Boolean): Unit = {}
|
def setMode(canonical: Boolean, echo: Boolean): Unit = {}
|
||||||
|
|
||||||
}
|
}
|
||||||
"InstallSbtn" should "extract native sbtn" in
|
// This test has issues in ci but runs ok locally on all platforms
|
||||||
|
"InstallSbtn" should "extract native sbtn" ignore
|
||||||
withTemp(".zip") { tmp =>
|
withTemp(".zip") { tmp =>
|
||||||
withTemp(".exe") { sbtn =>
|
withTemp(".exe") { sbtn =>
|
||||||
InstallSbtn.extractSbtn(term, "1.4.1", tmp, sbtn)
|
InstallSbtn.extractSbtn(term, "1.4.1", tmp, sbtn)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue