Skip to content

Commit

Permalink
Merge pull request #43382 from ballerina-platform/Nuvindu-patch-1
Browse files Browse the repository at this point in the history
[2201.9.x] Disable intermittently failing test cases in jballerina tests
  • Loading branch information
Nuvindu authored Sep 12, 2024
2 parents c529b54 + 750af9d commit 53fa507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public void testListenerStopHandlerShutdownOrderWithErrorReturn() throws Balleri
serverInstance.removeAllLeechers();
}

@Test
@Test(enabled = false)
public void testListenerStopHandlerAsyncCall() throws BallerinaTestException {
Path projectPath = Paths.get("src", "test", "resources", "packaging",
"listener_stophandler_async_call_test");
Expand Down

0 comments on commit 53fa507

Please sign in to comment.