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 - {
|
'versionInterval - {
|
||||||
// Warning: needs to be updated when new versions of org.webjars.bower:jquery and
|
if (isActualCentral)
|
||||||
// org.webjars.bower:jquery-mousewheel are published :-|
|
|
||||||
resolutionCheck(
|
resolutionCheck(
|
||||||
Module("org.webjars.bower", "malihu-custom-scrollbar-plugin"),
|
Module("org.webjars.bower", "malihu-custom-scrollbar-plugin"),
|
||||||
"3.1.5"
|
"3.1.5"
|
||||||
)
|
)
|
||||||
|
else
|
||||||
|
Future.successful(())
|
||||||
}
|
}
|
||||||
|
|
||||||
'latestRevision - {
|
'latestRevision - {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue