Skip to content

Commit bb572fc

Browse files
committed
Disable broken tests
1 parent 3205e33 commit bb572fc

File tree

1 file changed

+2
-0
lines changed
  • dd-java-agent/instrumentation/graphql-java/graphql-java-20.0/src/test/groovy

1 file changed

+2
-0
lines changed

Diff for: dd-java-agent/instrumentation/graphql-java/graphql-java-20.0/src/test/groovy/GraphQLTest.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import graphql.schema.GraphQLSchema
1111
import graphql.schema.idl.RuntimeWiring
1212
import graphql.schema.idl.SchemaGenerator
1313
import graphql.schema.idl.SchemaParser
14+
import spock.lang.IgnoreIf
1415
import spock.lang.Shared
1516

1617
import java.nio.charset.StandardCharsets
@@ -546,6 +547,7 @@ abstract class GraphQLTest extends VersionedNamingTestBase {
546547
}
547548
}
548549

550+
@IgnoreIf(reason="Broken test", value = { System.getenv("CI") != null })
549551
def "fetch `year` returning a CompletedStage which is a MinimalStage with most methods throwing UnsupportedOperationException"() {
550552
setup:
551553
def query = 'query findBookById {\n' +

0 commit comments

Comments
 (0)