We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83c9e62 + 6c9ce36 commit 7990edfCopy full SHA for 7990edf
grails-shell-cli/src/test/groovy/org/grails/cli/profile/repository/MavenRepositorySpec.groovy
@@ -18,11 +18,17 @@
18
*/
19
package org.grails.cli.profile.repository
20
21
+import grails.util.Environment
22
+import spock.lang.IgnoreIf
23
import spock.lang.Specification
24
25
/**
26
* @author graemerocher
27
28
+
29
+// Note: These tests will fail on a new SNAPSHOT version until the corresponding
30
+// grails-bom has been published for the first time.
31
+@IgnoreIf({ Environment.grailsVersion?.endsWith('SNAPSHOT') })
32
class MavenRepositorySpec extends Specification {
33
34
void "Test resolve profile"() {
0 commit comments