Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public void findLatestPersistVersion() {
}
}

@Test
// TODO: https://github.com/ballerina-platform/ballerina-library/issues/8242
@Test(enabled = false)
public void testBuildWithMysql() throws IOException, InterruptedException {
updateOutputBallerinaToml("tool_test_build_1");
Path project = TARGET_DIR.resolve("generated-sources/tool_test_build_1");
Expand Down Expand Up @@ -109,7 +110,8 @@ public void testBuildWithExistingDependency() throws IOException, InterruptedExc
assertContainLogs(log, project);
}

@Test(description = "Test build with H2 data store")
// TODO: https://github.com/ballerina-platform/ballerina-library/issues/8242
@Test(enabled = false)
public void testBuildWithH2DataStore() throws IOException, InterruptedException {
updateOutputBallerinaToml("tool_test_build_8");
Path project = TARGET_DIR.resolve("generated-sources/tool_test_build_8");
Expand Down
Loading