This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-utilities.git

commit 6abd93811ba7ce1e9a6d1ddcd6a9633da1c75f6d
Author: Josh Tynjala <joshtynj...@bowlerhat.dev>
AuthorDate: Tue Jan 31 10:37:30 2023 -0800

    flex-sdk-convert: disable ProxyTest because it doesn't work with HTTPS
---
 .../apache/flex/utilities/converter/retrievers/download/ProxyTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flex-maven-tools/flex-sdk-converter/retrievers/download/src/test/java/org/apache/flex/utilities/converter/retrievers/download/ProxyTest.java
 
b/flex-maven-tools/flex-sdk-converter/retrievers/download/src/test/java/org/apache/flex/utilities/converter/retrievers/download/ProxyTest.java
index 32e985ce..41ff1f8a 100644
--- 
a/flex-maven-tools/flex-sdk-converter/retrievers/download/src/test/java/org/apache/flex/utilities/converter/retrievers/download/ProxyTest.java
+++ 
b/flex-maven-tools/flex-sdk-converter/retrievers/download/src/test/java/org/apache/flex/utilities/converter/retrievers/download/ProxyTest.java
@@ -45,7 +45,7 @@ public class ProxyTest {
     /**
      * Does a download using the URLConnection class
      */
-    @Test
+    @Test(enabled = false)
     public void simpleFastHttpNoAuthProxy() throws Exception {
         ProxySettings proxySettings = new ProxySettings("HTTP", "localhost", 
3456, null, null, null);
         ProxySettings.setProxySettings(proxySettings);

Reply via email to