From c7fcde8e3ed5d798c5772be35596abe2a1237f86 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:32:55 +0530 Subject: [PATCH] Disable test case --- ballerina-tests/tests/16_unavailable_service_client.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";