Turning off tests again.

This commit is contained in:
J. Brisbin
2010-12-09 13:07:21 -06:00
parent d8d769c86f
commit 656b02f494
2 changed files with 3 additions and 3 deletions

View File

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

View File

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