Skip to content

Commit 6c487f2

Browse files
authored
Merge pull request #11176 from bensonlatibm/disableRedirectTest
Disable Quarantined test testHTTP2HTTPSRedirect()
2 parents 386af83 + 62a61be commit 6c487f2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dev/wlp.lib.extract_fat/fat/src/wlp/lib/extract/ExternalDependencyDownloadTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
import com.ibm.websphere.simplicity.ShrinkHelper;
3131
import com.ibm.websphere.simplicity.log.Log;
3232

33-
import componenttest.custom.junit.runner.Mode;
34-
import componenttest.custom.junit.runner.Mode.TestMode;
3533
import componenttest.topology.impl.LibertyServer;
3634
import 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";

0 commit comments

Comments
 (0)