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 30
30
import com .ibm .websphere .simplicity .ShrinkHelper ;
31
31
import com .ibm .websphere .simplicity .log .Log ;
32
32
33
- import componenttest .custom .junit .runner .Mode ;
34
- import componenttest .custom .junit .runner .Mode .TestMode ;
35
33
import componenttest .topology .impl .LibertyServer ;
36
34
import componenttest .topology .impl .LibertyServerFactory ;
37
35
@@ -57,8 +55,9 @@ public static void tearDownClass() throws Exception {
57
55
}
58
56
}
59
57
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.
62
61
public void testHTTP2HTTPSRedirect () throws Exception {
63
62
String serverName = "http2httpsRedirectGood" ;
64
63
String dependencyTargetFile = "shared/lib/" + serverName + ".testfile.jar" ;
You can’t perform that action at this time.
0 commit comments