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

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit fe80bae1d58cb1cdd44b64483cbcbcd2ed968d3b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 3 10:44:54 2024 +0000

    Refactor so test doesn't appear as skipped
---
 ...inerWithProxy.java => TesterWsWebSocketContainerWithProxy.java} | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/test/org/apache/tomcat/websocket/TestWsWebSocketContainerWithProxy.java 
b/test/org/apache/tomcat/websocket/TesterWsWebSocketContainerWithProxy.java
similarity index 91%
rename from 
test/org/apache/tomcat/websocket/TestWsWebSocketContainerWithProxy.java
rename to 
test/org/apache/tomcat/websocket/TesterWsWebSocketContainerWithProxy.java
index f7f4c6a03e..8b6e452a92 100644
--- a/test/org/apache/tomcat/websocket/TestWsWebSocketContainerWithProxy.java
+++ b/test/org/apache/tomcat/websocket/TesterWsWebSocketContainerWithProxy.java
@@ -19,10 +19,11 @@ package org.apache.tomcat.websocket;
 import org.junit.Assert;
 import org.junit.Before;
 import org.junit.BeforeClass;
-import org.junit.Ignore;
 
-@Ignore // Additional infrastructure is required to run this test
-public class TestWsWebSocketContainerWithProxy extends 
TestWsWebSocketContainer {
+/*
+ * Additional infrastructure (a reverse proxy) is required to run this test.
+ */
+public class TesterWsWebSocketContainerWithProxy extends 
TestWsWebSocketContainer {
 
     @BeforeClass
     public static void init() {


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to