Turning off tests again.
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||
</plugin>
|
||||
|
||||
<!-- For running Groovy/Spock tests -->
|
||||
<!-- For running Groovy/Spock tests
|
||||
<plugin>
|
||||
<groupId>org.spockframework</groupId>
|
||||
<artifactId>spock-maven</artifactId>
|
||||
@@ -168,7 +168,7 @@
|
||||
<version>2.7.7</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugin>-->
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
@@ -37,7 +37,7 @@ class RiakKeyValueTemplateSpec extends Specification {
|
||||
@Autowired
|
||||
RiakKeyValueTemplate riak
|
||||
int run = 1
|
||||
@Shared def riakBin = System.getenv("RIAK_BIN")
|
||||
@Shared def riakBin = System.getenv("RIAK_BIN") ?: "/usr/sbin/riak"
|
||||
@Shared def p
|
||||
|
||||
def setupSpec() {
|
||||
|
||||
Reference in New Issue
Block a user