Skip to content

Commit 737ef61

Browse files
committed
Enable and fix GraphQlTestIntegrationTests
1 parent 8499b88 commit 737ef61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

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

19-
import org.junit.jupiter.api.Disabled;
2019
import org.junit.jupiter.api.Test;
2120

2221
import org.springframework.beans.factory.annotation.Autowired;
@@ -28,8 +27,7 @@
2827
* @author Brian Clozel
2928
*/
3029
@GraphQlTest(BookController.class)
31-
@Disabled
32-
public class GraphQlTestIntegrationTests {
30+
class GraphQlTestIntegrationTests {
3331

3432
@Autowired
3533
private GraphQlTester graphQlTester;

0 commit comments

Comments
 (0)