Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Dec 4, 2024
1 parent 40adc1c commit c7836df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina-tests/tests/16_unavailable_service_client.bal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import ballerina/grpc;
import ballerina/test;

// Disabled due to this issue: https://github.com/ballerina-platform/ballerina-library/issues/7436
// TODO: enable after fixing this issue - https://github.com/ballerina-platform/ballerina-library/issues/7436
@test:Config {enable: false}
isolated function testInvokeUnavailableService() returns grpc:Error? {
HelloWorld16Client helloWorld16BlockingEp = check new ("http://localhost:9106");
Expand Down

0 comments on commit c7836df

Please sign in to comment.