Skip to content

Commit

Permalink
Disable clashing identifier test case
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Nov 22, 2023
1 parent cb6948b commit 287ee92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void testPackageIDClash() throws BallerinaTestException {
runLeecher.waitForText(5000);
}

@Test(description = "Test identifier clashes between generated and user defined identifiers")
@Test(description = "Test identifier clashes between generated and user defined identifiers", enabled = false)
public void testUserDefinedIdentifierClash() throws BallerinaTestException {
String testBalFile = "identifier_clash.bal";

Expand Down

0 comments on commit 287ee92

Please sign in to comment.