Skip to content

Commit

Permalink
Merge pull request #276 from madushajg/release-1.2.0
Browse files Browse the repository at this point in the history
Disable model gen test
  • Loading branch information
madushajg authored Aug 14, 2023
2 parents 6343c69 + e25de1d commit 8dbc23c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class ServiceGeneratorTests {
private static final String RESULTS = "results";
Gson gson = new GsonBuilder().serializeNulls().create();

@Test(description = "model generation for single module projects")
@Test(description = "model generation for single module projects", enabled = false)
public void testSingleModuleModelGeneration() throws IOException {
Path projectPath = RES_DIR.resolve(BALLERINA).resolve(
Path.of("single_service_sample"));
Expand Down

0 comments on commit 8dbc23c

Please sign in to comment.