Skip to content

Commit

Permalink
Add issue to test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanSachi committed Feb 14, 2024
1 parent 1102b47 commit 820a100
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ function testHttp2ValidHeaderLength() returns error? {
}

//Tests the behaviour when header size is greater than the configured threshold
// TODO: Enable after fixing this issue : https://github.com/ballerina-platform/ballerina-library/issues/4461
@test:Config {enable: false}
function testHttp2InvalidHeaderLength() returns error? {
http:Client limitClient = check new ("http://localhost:" + http2RequestLimitsTestPort3.toString(),
Expand Down

0 comments on commit 820a100

Please sign in to comment.