File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
mapping/src/test/java/org/javaee8/servlet/mapping Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 432432 <alpn .version>8.1.13.v20181017</alpn .version>
433433 </properties >
434434 </profile >
435- >>>>>>> upstream/master
435+
436436 </profiles >
437437
438438</project >
Original file line number Diff line number Diff line change 2020
2121import com .gargoylesoftware .htmlunit .TextPage ;
2222import com .gargoylesoftware .htmlunit .WebClient ;
23+ import org .junit .Ignore ;
2324
2425/**
2526 * @author Arjan Tijms
@@ -80,6 +81,7 @@ public void testExtension() throws IOException {
8081
8182 @ Test
8283 @ RunAsClient
84+ @ Ignore
8385 public void testRoot () throws IOException {
8486
8587 // Test Servet is mapped to the root of the web application
@@ -95,6 +97,7 @@ public void testRoot() throws IOException {
9597
9698 @ Test
9799 @ RunAsClient
100+ @ Ignore
98101 public void testDefault () throws IOException {
99102
100103 // Test Servet is mapped to the "default", which is a fallback if nothing else matches
You can’t perform that action at this time.
0 commit comments