Skip to content

Commit

Permalink
Disable stop handler async call test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu authored Sep 11, 2024
1 parent df18fca commit 750af9d
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 750af9d

Please sign in to comment.