mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Reinstate GraphQL tests
Closes gh-45392
This commit is contained in:
-2
@@ -16,7 +16,6 @@
|
||||
|
||||
package smoketest.graphql;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -29,7 +28,6 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@SpringBootTest
|
||||
@AutoConfigureHttpGraphQlTester
|
||||
@Disabled("Waiting on compatible release")
|
||||
class GreetingControllerTests {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user