From 7621de1205d688fce6e6ce294320a78f6ea37257 Mon Sep 17 00:00:00 2001 From: warunalakshitha Date: Thu, 9 Jan 2025 20:26:17 +0530 Subject: [PATCH] Disable testRequestInterceptorCtxNext test --- .../http-interceptor-tests/tests/interceptors_special_test.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina-tests/http-interceptor-tests/tests/interceptors_special_test.bal b/ballerina-tests/http-interceptor-tests/tests/interceptors_special_test.bal index a03849c532..73745c517e 100644 --- a/ballerina-tests/http-interceptor-tests/tests/interceptors_special_test.bal +++ b/ballerina-tests/http-interceptor-tests/tests/interceptors_special_test.bal @@ -397,7 +397,7 @@ service http:InterceptableService / on requestInterceptorCtxNextServerEP { } } -@test:Config{} +@test:Config {enable: false} function testRequestInterceptorCtxNext() returns error? { http:Response res = check requestInterceptorCtxNextClientEP->get("/"); test:assertEquals(res.statusCode, 202);