diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/push/PushLargeDataStreamingTest.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/push/PushLargeDataStreamingTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/push/PushLargeDataStreamingTest.java b/uitest/src/com/vaadin/tests/push/PushLargeDataStreamingTest.java index 0d71c21118..14dc5208ef 100644 --- a/uitest/src/com/vaadin/tests/push/PushLargeDataStreamingTest.java +++ b/uitest/src/com/vaadin/tests/push/PushLargeDataStreamingTest.java @@ -19,8 +19,10 @@ import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.support.ui.ExpectedConditions; +import com.vaadin.tests.annotations.TestCategory; import com.vaadin.tests.tb3.MultiBrowserTest; +@TestCategory("push") public class PushLargeDataStreamingTest extends MultiBrowserTest { @Test |