Skip to content

Commit

Permalink
Disable debugger test
Browse files Browse the repository at this point in the history
  • Loading branch information
HindujaB committed Nov 21, 2024
1 parent 43e6737 commit 4330bae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@ public void objectVariableVisibilityTest() throws BallerinaTestException {
debugTestRunner.assertVariable(selfChildVariables, "name", "\"John\"", "string");
}

@Test(description = "Worker related variable visibility test")
// Need to be enabled after fixing https://github.com/ballerina-platform/ballerina-lang/issues/43636
@Test(description = "Worker related variable visibility test", enabled = false)
public void workerVariableVisibilityTest() throws BallerinaTestException {
String testProjectName = "worker-tests";
String testModuleFileName = "main.bal";
Expand Down

0 comments on commit 4330bae

Please sign in to comment.