diff --git a/tests/execution/batching-default.md b/tests/execution/batching-default.md index c56ddb9d3f..b1c867e301 100644 --- a/tests/execution/batching-default.md +++ b/tests/execution/batching-default.md @@ -1,6 +1,8 @@ # Batching default ##### skip +[//]: # "Validation Error: GroupBy can only be applied if batching is enabled [Post, user, @http]" + ```graphql @server schema @server @upstream(baseURL: "http://jsonplaceholder.typicode.com", httpCache: true, batch: {delay: 10}) { diff --git a/tests/execution/graphql-dataloader-batch-request.md b/tests/execution/graphql-dataloader-batch-request.md index 1600b605e6..81f15c440f 100644 --- a/tests/execution/graphql-dataloader-batch-request.md +++ b/tests/execution/graphql-dataloader-batch-request.md @@ -1,6 +1,7 @@ # Graphql datasource ##### skip +[//]: # "IOException: No mock found for request: POST http://upstream/graphql in tests/execution/graphql-dataloader-batch-request.md" ```graphql @server schema @upstream(batch: {delay: 1}) { diff --git a/tests/execution/grpc-batch.md b/tests/execution/grpc-batch.md index 1a5b4e28d7..14e71c805e 100644 --- a/tests/execution/grpc-batch.md +++ b/tests/execution/grpc-batch.md @@ -1,6 +1,7 @@ # Grpc datasource with batching ##### skip +[//]: # "failed: expected mock for http://localhost:50051/news.NewsService/GetMultipleNews to be hit exactly 1 times, but it was hit 2 times for grpc-batch.md" ```protobuf @file:news.proto syntax = "proto3";