mirror of https://github.com/sbt/sbt.git
Disable test whose dependencies can change, when using proxies
This commit is contained in:
parent
f8884d4170
commit
86d3b923e4
|
|
@ -371,12 +371,13 @@ abstract class CentralTests extends TestSuite {
|
|||
}
|
||||
|
||||
'versionInterval - {
|
||||
// Warning: needs to be updated when new versions of org.webjars.bower:jquery and
|
||||
// org.webjars.bower:jquery-mousewheel are published :-|
|
||||
resolutionCheck(
|
||||
Module("org.webjars.bower", "malihu-custom-scrollbar-plugin"),
|
||||
"3.1.5"
|
||||
)
|
||||
if (isActualCentral)
|
||||
resolutionCheck(
|
||||
Module("org.webjars.bower", "malihu-custom-scrollbar-plugin"),
|
||||
"3.1.5"
|
||||
)
|
||||
else
|
||||
Future.successful(())
|
||||
}
|
||||
|
||||
'latestRevision - {
|
||||
|
|
|
|||
Loading…
Reference in New Issue