diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-02-04 20:23:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-04 20:23:10 +0200 |
commit | 6af4ccdb9f2971819af2a936c1dfbd7d8d450e4c (patch) | |
tree | 21bdae4424d6e8257fbdbeb9df4aa180735d032f /uitest | |
parent | d891fb7079d75024f9844451e61b9232e1ff6b38 (diff) | |
download | vaadin-framework-6af4ccdb9f2971819af2a936c1dfbd7d8d450e4c.tar.gz vaadin-framework-6af4ccdb9f2971819af2a936c1dfbd7d8d450e4c.zip |
Disable test method on which build got stuck. (#8445)
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/test/java/com/vaadin/tests/elements/combobox/ComboBoxInputNotAllowedTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/elements/combobox/ComboBoxInputNotAllowedTest.java b/uitest/src/test/java/com/vaadin/tests/elements/combobox/ComboBoxInputNotAllowedTest.java index f05572e950..7aae9441af 100644 --- a/uitest/src/test/java/com/vaadin/tests/elements/combobox/ComboBoxInputNotAllowedTest.java +++ b/uitest/src/test/java/com/vaadin/tests/elements/combobox/ComboBoxInputNotAllowedTest.java @@ -1,6 +1,7 @@ package com.vaadin.tests.elements.combobox; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import com.vaadin.testbench.elements.ComboBoxElement; @@ -10,6 +11,7 @@ import com.vaadin.tests.tb3.MultiBrowserTest; public class ComboBoxInputNotAllowedTest extends MultiBrowserTest { @Test + @Ignore("Build got stuck on this, so temporarily disabled") public void selectByTextComboBoxWithTextInputDisabled_invalidSelection() { openTestURL(); ComboBoxElement cb = $(ComboBoxElement.class).first(); |