Merge branch '2.7.x' into 3.0.x
This commit is contained in:
@@ -21,12 +21,15 @@ import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@Disabled
|
||||
/**
|
||||
* Tests for {@link ImportCandidates}.
|
||||
*
|
||||
* @author Moritz Halbritter
|
||||
*/
|
||||
class ImportCandidatesTests {
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user