Fix flaky test

This commit is contained in:
Alexandre Archambault 2017-09-20 00:12:21 +02:00
parent 09c5ce417a
commit b25fed1ae5
1 changed files with 4 additions and 1 deletions

View File

@ -774,7 +774,10 @@ abstract class CentralTests extends TestSuite {
val mod = Module("org.webjars.bower", "dgrid")
val ver = "1.0.0"
* - resolutionCheck(mod, ver)
* - {
if (isActualCentral) // if false, the tests rely on things straight from Central, which can be updated sometimes
resolutionCheck(mod, ver)
}
}
'dependencyManagementScopeOverriding - {