Reinstate GraphQL tests

Closes gh-45392
This commit is contained in:
Stéphane Nicoll
2025-09-15 13:50:33 +02:00
parent 7ca0323878
commit 4f18e5f1a8
6 changed files with 4 additions and 15 deletions
@@ -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