Skip to content

Commit

Permalink
Enable and fix GraphQlTestIntegrationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Feb 22, 2023
1 parent 8499b88 commit 737ef61
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -28,8 +27,7 @@
* @author Brian Clozel
*/
@GraphQlTest(BookController.class)
@Disabled
public class GraphQlTestIntegrationTests {
class GraphQlTestIntegrationTests {

@Autowired
private GraphQlTester graphQlTester;
Expand Down

0 comments on commit 737ef61

Please sign in to comment.