Skip to content

Commit

Permalink
Disable normalizedCoverageClassTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadeeshan96 committed Oct 18, 2023
1 parent 1da8144 commit f83b85b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void multipleModulePkgCoverageTest() throws BallerinaTestException {
}
}

@Test
@Test(enabled = false)
public void normalizedCoverageClassTest() throws BallerinaTestException {
projectPath = projectBasedTestsPath.resolve(multiModuleTestRoot).toString();
balClient.runMain("test", new String[]{"--code-coverage", "--coverage-format=xml"}, null,
Expand Down

0 comments on commit f83b85b

Please sign in to comment.