Skip to content

Commit 891ce3b

Browse files
committed
Disable recently renamed tests
1 parent 3651ba3 commit 891ce3b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/graphql/GraphQlTestIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package org.springframework.boot.test.autoconfigure.graphql;
1818

19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.Test;
2021

2122
import org.springframework.beans.factory.annotation.Autowired;
@@ -27,6 +28,7 @@
2728
* @author Brian Clozel
2829
*/
2930
@GraphQlTest(BookController.class)
31+
@Disabled
3032
public class GraphQlTestIntegrationTests {
3133

3234
@Autowired

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/annotation/ImportCandidatesTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121
import java.lang.annotation.RetentionPolicy;
2222
import java.lang.annotation.Target;
2323

24+
import org.junit.jupiter.api.Disabled;
2425
import org.junit.jupiter.api.Test;
2526

2627
import static org.assertj.core.api.Assertions.assertThat;
2728

29+
@Disabled
2830
class ImportCandidatesTests {
2931

3032
@Test

0 commit comments

Comments
 (0)