]> source.dussan.org Git - vaadin-framework.git/commitdiff
Ignore TableInFormLayoutCausesScrollingTest. (#7309)
authorSauli Tähkäpää <sauli@vaadin.com>
Sat, 27 Sep 2014 18:02:27 +0000 (21:02 +0300)
committerVaadin Code Review <review@vaadin.com>
Sat, 27 Sep 2014 18:48:42 +0000 (18:48 +0000)
Change-Id: I5851a42625830dc5cb7bd956f8e692d8174acd70

uitest/src/com/vaadin/tests/components/formlayout/TableInFormLayoutCausesScrollingTest.java

index dc10217efb1565c25037839883d359bfb6128476..3a0dcafe1fe9a5441a6417d96f67d5241391d0e0 100644 (file)
@@ -2,6 +2,7 @@ package com.vaadin.tests.components.formlayout;
 
 import com.vaadin.testbench.elements.TableElement;
 import com.vaadin.tests.tb3.MultiBrowserTest;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.openqa.selenium.Keys;
 import org.openqa.selenium.interactions.Actions;
@@ -11,6 +12,12 @@ import java.io.IOException;
 public class TableInFormLayoutCausesScrollingTest extends MultiBrowserTest {
 
     @Test
+    @Ignore
+    //This test is actually testing that #7309 is NOT fixed.
+    //Ignoring the test because it is not stable and it's
+    //occasionally failing on browsers even when it shouldn't.
+
+    //There's no point fixing this test before #7309 is actually fixed.
     public void pageIsNotScrolled() throws IOException {
         openTestURL();