summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/tb3
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-04-20 20:08:01 +0300
committerArtur Signell <artur@vaadin.com>2015-04-20 20:08:01 +0300
commitdee4ff5bf1e9a63bab9f58656804f89f99740559 (patch)
treef2b5152e455c57942ff2ab15e0e9e2d48d5c5451 /uitest/src/com/vaadin/tests/tb3
parentd9e040b36a2813ff9c23260dbdc817188e895312 (diff)
downloadvaadin-framework-dee4ff5bf1e9a63bab9f58656804f89f99740559.tar.gz
vaadin-framework-dee4ff5bf1e9a63bab9f58656804f89f99740559.zip
Disable websocket tests on Websphere 8 until #16354 is fixed
Change-Id: I0908c30b68a98054d95e3ecef0c2d25e6409e1ea
Diffstat (limited to 'uitest/src/com/vaadin/tests/tb3')
-rw-r--r--uitest/src/com/vaadin/tests/tb3/ServletIntegrationTests.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/ServletIntegrationTests.java b/uitest/src/com/vaadin/tests/tb3/ServletIntegrationTests.java
index 2f97ce27c3..469428a357 100644
--- a/uitest/src/com/vaadin/tests/tb3/ServletIntegrationTests.java
+++ b/uitest/src/com/vaadin/tests/tb3/ServletIntegrationTests.java
@@ -66,6 +66,11 @@ public class ServletIntegrationTests {
notWebsocketCompatible.add("tomcat6");
notWebsocketCompatible.add("tomcat7apacheproxy");
notWebsocketCompatible.add("weblogic10");
+
+ // Requires an update to 8.5.5 and a fix for
+ // https://dev.vaadin.com/ticket/16354
+ // https://developer.ibm.com/answers/questions/186066/websocket-paths-using-uri-templates-do-not-work-pr/
+ notWebsocketCompatible.add("websphere8");
}
public static class ServletIntegrationTestSuite extends TB3TestSuite {