Skip to content

Commit

Permalink
Merge pull request #700 from niveathika/master
Browse files Browse the repository at this point in the history
Disable compiler plugin tests temporarily
  • Loading branch information
niveathika committed Dec 12, 2023
2 parents ad388b1 + 9645c80 commit 06520c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -70,7 +70,7 @@ public void testCompilerErrors() {
Assert.assertEquals(availableErrors, 1);
}

@Test(enabled = false)
@Test
public void testInvalidConnectionParamConfig() {
Package currentPackage = loadPackage("sample1");
PackageCompilation compilation = currentPackage.getCompilation();
Expand Down
2 changes: 1 addition & 1 deletion compiler-plugin-tests/src/test/resources/testng.xml
Expand Up @@ -23,7 +23,7 @@

<test name="SQL Compiler Plugin Tests" parallel="false">
<classes>
<class name="io.ballerina.stdlib.sql.compiler.CompilerPluginTest"/>
<!-- <class name="io.ballerina.stdlib.sql.compiler.CompilerPluginTest"/> -->
</classes>
</test>
</suite>

0 comments on commit 06520c4

Please sign in to comment.