Enable and fix GraphQlTestIntegrationTests

pull/34587/head
Phillip Webb 2 years ago
parent 8499b886f9
commit 737ef61456

@ -16,7 +16,6 @@
package org.springframework.boot.test.autoconfigure.graphql;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
@ -28,8 +27,7 @@ import org.springframework.graphql.test.tester.GraphQlTester;
* @author Brian Clozel
*/
@GraphQlTest(BookController.class)
@Disabled
public class GraphQlTestIntegrationTests {
class GraphQlTestIntegrationTests {
@Autowired
private GraphQlTester graphQlTester;

Loading…
Cancel
Save