Restore DataMongoTestReactiveIntegrationTests
Closes gh-8885
This commit is contained in:
parent
01089c5f7a
commit
12170f53e2
|
@ -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;
|
||||||
*/
|
*/
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
@DataMongoTest
|
@DataMongoTest
|
||||||
@Ignore
|
|
||||||
public class DataMongoTestReactiveIntegrationTests {
|
public class DataMongoTestReactiveIntegrationTests {
|
||||||
|
|
||||||
@Rule
|
@Rule
|
||||||
|
|
Loading…
Reference in New Issue