Disable recently renamed tests

This commit is contained in:
Phillip Webb
2023-02-22 00:49:23 -08:00
parent 3651ba348d
commit 891ce3bd1b
2 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
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;
@@ -27,6 +28,7 @@ import org.springframework.graphql.test.tester.GraphQlTester;
* @author Brian Clozel
*/
@GraphQlTest(BookController.class)
@Disabled
public class GraphQlTestIntegrationTests {
@Autowired