Disable test whose dependencies can change, when using proxies

This commit is contained in:
Alexandre Archambault 2018-03-16 13:44:43 +01:00
parent f8884d4170
commit 86d3b923e4
1 changed files with 7 additions and 6 deletions

View File

@ -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 - {