Skip to content

Commit

Permalink
Disable test case
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Oct 12, 2023
1 parent 0b34672 commit 05b37a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 05b37a1

Please sign in to comment.