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

smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new b35270dca KNOX-2846 - Disabling 
org.apache.knox.gateway.websockets.GatewayWebsocketHandlerTest.testValidWebShellRequest()
 (#684)
b35270dca is described below

commit b35270dca76416ce44523923a2a7f7bb39402fff
Author: Sandor Molnar <[email protected]>
AuthorDate: Mon Nov 28 12:14:41 2022 +0100

    KNOX-2846 - Disabling 
org.apache.knox.gateway.websockets.GatewayWebsocketHandlerTest.testValidWebShellRequest()
 (#684)
---
 .../org/apache/knox/gateway/websockets/GatewayWebsocketHandlerTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/gateway-server/src/test/java/org/apache/knox/gateway/websockets/GatewayWebsocketHandlerTest.java
 
b/gateway-server/src/test/java/org/apache/knox/gateway/websockets/GatewayWebsocketHandlerTest.java
index 7a41a2c46..3cca6af6d 100644
--- 
a/gateway-server/src/test/java/org/apache/knox/gateway/websockets/GatewayWebsocketHandlerTest.java
+++ 
b/gateway-server/src/test/java/org/apache/knox/gateway/websockets/GatewayWebsocketHandlerTest.java
@@ -33,6 +33,7 @@ import 
org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest;
 import org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse;
 import org.junit.Assert;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.ExpectedException;
@@ -67,6 +68,7 @@ public class GatewayWebsocketHandlerTest {
     }
 
 
+    @Ignore("KNOX-2846 - Temporary ignoring until it's fixed in a way such as 
it passes GH runs too 100%")
     @Test
     public void testValidWebShellRequest() throws Exception{
         // mock GatewayConfig and GatewayServices

Reply via email to