Restore DataMongoTestReactiveIntegrationTests

Closes gh-8885
This commit is contained in:
Stephane Nicoll 2017-04-12 11:23:30 +02:00
parent 01089c5f7a
commit 12170f53e2
1 changed files with 0 additions and 2 deletions

View File

@ -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