Commit 12170f53 authored by Stephane Nicoll's avatar Stephane Nicoll

Restore DataMongoTestReactiveIntegrationTests

Closes gh-8885
parent 01089c5f
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
package org.springframework.boot.test.autoconfigure.data.mongo; package org.springframework.boot.test.autoconfigure.data.mongo;
import org.junit.Ignore;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.rules.ExpectedException; import org.junit.rules.ExpectedException;
...@@ -35,7 +34,6 @@ import static org.assertj.core.api.Assertions.assertThat; ...@@ -35,7 +34,6 @@ import static org.assertj.core.api.Assertions.assertThat;
*/ */
@RunWith(SpringRunner.class) @RunWith(SpringRunner.class)
@DataMongoTest @DataMongoTest
@Ignore
public class DataMongoTestReactiveIntegrationTests { public class DataMongoTestReactiveIntegrationTests {
@Rule @Rule
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment