summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/tb3/WebsocketTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/src/com/vaadin/tests/tb3/WebsocketTest.java')
-rw-r--r--uitest/src/com/vaadin/tests/tb3/WebsocketTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/WebsocketTest.java b/uitest/src/com/vaadin/tests/tb3/WebsocketTest.java
index e9ef11957c..69a06a561a 100644
--- a/uitest/src/com/vaadin/tests/tb3/WebsocketTest.java
+++ b/uitest/src/com/vaadin/tests/tb3/WebsocketTest.java
@@ -25,6 +25,7 @@ import java.util.List;
import org.openqa.selenium.remote.DesiredCapabilities;
+import com.vaadin.tests.annotations.TestCategory;
import com.vaadin.tests.tb3.MultiBrowserTest.Browser;
/**
@@ -33,6 +34,7 @@ import com.vaadin.tests.tb3.MultiBrowserTest.Browser;
*
* @author Vaadin Ltd
*/
+@TestCategory("push")
public abstract class WebsocketTest extends PrivateTB3Configuration {
private static List<DesiredCapabilities> websocketBrowsers = new ArrayList<DesiredCapabilities>();
static {