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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user