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 ddcbcb8c1b..8986fce6ee 100644 --- a/ballerina-tests/http-interceptor-tests/tests/interceptors_special_test.bal +++ b/ballerina-tests/http-interceptor-tests/tests/interceptors_special_test.bal @@ -398,7 +398,8 @@ service http:InterceptableService / on requestInterceptorCtxNextServerEP { } } -@test:Config{} +// Enable after fixing this issue: https://github.com/ballerina-platform/ballerina-standard-library/issues/4915 +@test:Config {enable: false} function testRequestInterceptorCtxNext() returns error? { http:Response res = check requestInterceptorCtxNextClientEP->get("/"); test:assertEquals(res.statusCode, 202);