Skip to content

Commit

Permalink
fix(clouddriver): Re-enable the unit test @Unroll (#3964)
Browse files Browse the repository at this point in the history
Unintentionally commented this out earlier.
  • Loading branch information
ajordens committed Oct 12, 2020
1 parent c91cda8 commit 3b7643a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -182,7 +182,7 @@ class FindImageFromClusterTaskSpec extends Specification {
['foo-x86_64-201603232351'] | ['foo-x86_64-201603232351'] as Set
}

// @Unroll
@Unroll
def "should resolve images via find if not all regions exist in source server group"() {
given:
def pipe = pipeline {
Expand Down

0 comments on commit 3b7643a

Please sign in to comment.