Skip to content

Commit

Permalink
Enable SyntaxTreeGenTest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HindujaB committed Aug 20, 2024
1 parent 76cd88f commit c965c08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ public void testRegexSyntax() throws IOException {
}


@Test(description = "Test visible endpoint defined in Class/Service level", enabled = false)
@Test(description = "Test visible endpoint defined in Class/Service level")
public void testClassLevelVisibleEndpoint() throws IOException {
Path inputFile = TestUtil.createTempProject(classEndpoint);

Expand Down Expand Up @@ -762,7 +762,7 @@ public void testClassLevelVisibleEndpoint() throws IOException {
"http", "http", "2.8.0", 4, 4, false, true, true, false);
}

@Test(description = "Test visible endpoint with annotations and access modifiers", enabled = false)
@Test(description = "Test visible endpoint with annotations and access modifiers")
public void testAnnotatedVisibleEndpoint() throws IOException {
Path inputFile = TestUtil.createTempProject(annotatedEndpoint);

Expand Down

0 comments on commit c965c08

Please sign in to comment.