Restore DataMongoTestReactiveIntegrationTests
Closes gh-8885
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
package org.springframework.boot.test.autoconfigure.data.mongo;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.rules.ExpectedException;
|
||||
@@ -35,7 +34,6 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@DataMongoTest
|
||||
@Ignore
|
||||
public class DataMongoTestReactiveIntegrationTests {
|
||||
|
||||
@Rule
|
||||
|
||||
Reference in New Issue
Block a user