Skip to content

Commit 73683c7

Browse files
Enabled testJakartaQuickFixInJavaPart test as its failure rate below 5% (#1488)
1 parent df63d21 commit 73683c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/io/openliberty/tools/intellij/it/SingleModJakartaLSTestCommon.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ public void testJakartaDiagnosticsInJavaPart() {
149149
/**
150150
* Tests Jakarta Language Server quick fix support in a Java source file
151151
*/
152-
// @Test
153-
// @Video
152+
@Test
153+
@Video
154154
public void testJakartaQuickFixInJavaPart() {
155155
String publicString = "public Response getProperties() {";
156156
String privateString = "private Response getProperties() {";

0 commit comments

Comments
 (0)