Skip to content

Commit

Permalink
Merge pull request #43637 from HindujaB/disable-debugger-test
Browse files Browse the repository at this point in the history
Disable `workerVariableVisibilityTest ` debugger test
  • Loading branch information
warunalakshitha authored Nov 21, 2024
2 parents 43e6737 + 4330bae commit 58727e7
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 58727e7

Please sign in to comment.