We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e18c79 commit 595c0c9Copy full SHA for 595c0c9
test/server/helloworld/src/test/java/helloworld/HelloWorldIT.java
@@ -33,17 +33,10 @@
33
import java.net.http.HttpResponse;
34
import java.net.http.HttpResponse.BodyHandlers;
35
import static org.junit.jupiter.api.Assertions.assertTrue;
36
-import org.junit.jupiter.api.Disabled;
37
import org.junit.jupiter.api.Test;
38
39
class HelloWorldIT {
40
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
47
@Test
48
void testHelloWorldHtml() throws Exception {
49
Thread.sleep(3000);
0 commit comments