diff --git a/ballerina-tests/tests/16_unavailable_service_client.bal b/ballerina-tests/tests/16_unavailable_service_client.bal index 8b7b7f270..198758053 100644 --- a/ballerina-tests/tests/16_unavailable_service_client.bal +++ b/ballerina-tests/tests/16_unavailable_service_client.bal @@ -17,7 +17,7 @@ import ballerina/grpc; import ballerina/test; -@test:Config {enable: true} +@test:Config {enable: false} isolated function testInvokeUnavailableService() returns grpc:Error? { HelloWorld16Client helloWorld16BlockingEp = check new ("http://localhost:9106"); string name = "WSO2";