Skip to content

Commit d6facee

Browse files
committed
Remove deliberately failing test
1 parent 6f247cb commit d6facee

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/test/groovy/graphql/schema/DataFetcherFactoriesTest.groovy

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@ class DataFetcherFactoriesTest extends Specification {
1010
def cfDF = new StaticDataFetcher(CompletableFuture.completedFuture("hello"))
1111
def pojoDF = new StaticDataFetcher("goodbye")
1212

13-
def "testing the GitHub Action on failing tests"() {
14-
// TODO: I will remove this test before merging the PR. This is only to generate a test failure message.
15-
def fetcherFactory = DataFetcherFactories.useDataFetcher(pojoDF)
16-
17-
when:
18-
def value = fetcherFactory.get(null).get(null)
19-
20-
then:
21-
value != "goodbye"
22-
}
23-
2413
def "delegation happens as expected"() {
2514
given:
2615

0 commit comments

Comments
 (0)