Skip to content

Commit

Permalink
Merge pull request #1666 from ballerina-platform/disable-test
Browse files Browse the repository at this point in the history
Disable test case
  • Loading branch information
TharmiganK authored Dec 4, 2024
2 parents 1a63b04 + c7fcde8 commit 54fc4e3
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;

@test:Config {enable: true}
@test:Config {enable: false}
isolated function testInvokeUnavailableService() returns grpc:Error? {
HelloWorld16Client helloWorld16BlockingEp = check new ("http://localhost:9106");
string name = "WSO2";
Expand Down

0 comments on commit 54fc4e3

Please sign in to comment.