Restore couchbase support

This commit effectively reverts the changes that were applied to
workaround the breakage in spring-data-couchbase.

Closes gh-8200
This commit is contained in:
Stephane Nicoll
2017-02-07 12:03:27 +01:00
parent 5f2bd1667b
commit b2ec03cd4e
3 changed files with 10 additions and 74 deletions

View File

@@ -17,7 +17,6 @@ package sample.data.couchbase;
import java.net.ConnectException;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
@@ -33,7 +32,6 @@ public class SampleCouchbaseApplicationTests {
public OutputCapture outputCapture = new OutputCapture();
@Test
@Ignore("See #8200")
public void testDefaultSettings() throws Exception {
try {
new SpringApplicationBuilder(SampleCouchbaseApplication.class)