Skip to content

Commit

Permalink
disable testSingleModuleModelGeneration temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Nov 18, 2023
1 parent da37161 commit 657b991
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 657b991

Please sign in to comment.