Skip to content

Commit

Permalink
Merge pull request #304 from SasinduDilshara/main
Browse files Browse the repository at this point in the history
disable testSingleModuleModelGeneration temporary
  • Loading branch information
SasinduDilshara authored Nov 18, 2023
2 parents da37161 + 657b991 commit 732ad49
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 732ad49

Please sign in to comment.