Skip to content

Commit

Permalink
Disable recently renamed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Feb 22, 2023
1 parent 3651ba3 commit 891ce3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -27,6 +28,7 @@
* @author Brian Clozel
*/
@GraphQlTest(BookController.class)
@Disabled
public class GraphQlTestIntegrationTests {

@Autowired
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.assertj.core.api.Assertions.assertThat;

@Disabled
class ImportCandidatesTests {

@Test
Expand Down

0 comments on commit 891ce3b

Please sign in to comment.