File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3030import com .ibm .websphere .simplicity .ShrinkHelper ;
3131import com .ibm .websphere .simplicity .log .Log ;
3232
33- import componenttest .custom .junit .runner .Mode ;
34- import componenttest .custom .junit .runner .Mode .TestMode ;
3533import componenttest .topology .impl .LibertyServer ;
3634import componenttest .topology .impl .LibertyServerFactory ;
3735
@@ -57,8 +55,9 @@ public static void tearDownClass() throws Exception {
5755 }
5856 }
5957
60- @ Mode (TestMode .QUARANTINE )
61- @ Test
58+ // @Mode(TestMode.QUARANTINE)
59+ // @Test
60+ // Test should not be hitting an external site. Need to find a better implemenation before re-enabling.
6261 public void testHTTP2HTTPSRedirect () throws Exception {
6362 String serverName = "http2httpsRedirectGood" ;
6463 String dependencyTargetFile = "shared/lib/" + serverName + ".testfile.jar" ;
You can’t perform that action at this time.
0 commit comments