Skip to content

Commit

Permalink
Disable testRequestInterceptorCtxNext test
Browse files Browse the repository at this point in the history
  • Loading branch information
warunalakshitha committed Jan 9, 2025
1 parent 9e53362 commit 7621de1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7621de1

Please sign in to comment.