Skip to content

Commit 595c0c9

Browse files
authored
Fixes #4608 - Fix HelloWorldIT in test/server/helloworld (#4609)
1 parent 4e18c79 commit 595c0c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/server/helloworld/src/test/java/helloworld/HelloWorldIT.java

-7
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,10 @@
3333
import java.net.http.HttpResponse;
3434
import java.net.http.HttpResponse.BodyHandlers;
3535
import static org.junit.jupiter.api.Assertions.assertTrue;
36-
import org.junit.jupiter.api.Disabled;
3736
import org.junit.jupiter.api.Test;
3837

3938
class HelloWorldIT {
4039

41-
/*
42-
* TODO - local runs on Windows do have some measure of success. However
43-
* because the test is a flake we have disabled it pending
44-
* hardening of the Piranha Maven plugin.
45-
*/
46-
@Disabled
4740
@Test
4841
void testHelloWorldHtml() throws Exception {
4942
Thread.sleep(3000);

0 commit comments

Comments
 (0)