Skip to content

Commit bb41cf3

Browse files
committed
Quiet flaky test for now
1 parent d2879bb commit bb41cf3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/groovy/graphql/execution/instrumentation/threadpools/ExecutorInstrumentationTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ class ExecutorInstrumentationTest extends Specification {
125125
observer.actions == ["FETCHING on FetchThread", "PROCESSING on ProcessingThread"]
126126
}
127127

128+
@Ignore("This test is flaky on GitHub pipelines")
128129
def "will execute on another thread and stay there without a processing executor"() {
129130

130131
when:

0 commit comments

Comments
 (0)