diff options
author | Artur Signell <artur@vaadin.com> | 2014-03-19 20:33:52 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-03-19 21:32:03 +0200 |
commit | 24a8d5dacc949049bc369741a76a6d17913a039e (patch) | |
tree | af269857951f4b2395300799ed95a594fa5a30d8 | |
parent | f8066e46000af4f6403a53ec4cfcefcb30b68d0b (diff) | |
download | vaadin-framework-24a8d5dacc949049bc369741a76a6d17913a039e.tar.gz vaadin-framework-24a8d5dacc949049bc369741a76a6d17913a039e.zip |
Remove accidental @RunLocally
Change-Id: I19a9f213b9539a6f36fea9ec134c7050c3ba3175
-rw-r--r-- | uitest/src/com/vaadin/tests/components/SaneErrorsTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/SaneErrorsTest.java b/uitest/src/com/vaadin/tests/components/SaneErrorsTest.java index 902266ede3..6cf49151b3 100644 --- a/uitest/src/com/vaadin/tests/components/SaneErrorsTest.java +++ b/uitest/src/com/vaadin/tests/components/SaneErrorsTest.java @@ -24,10 +24,8 @@ import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.remote.DesiredCapabilities; -import com.vaadin.tests.tb3.AbstractTB3Test.RunLocally; import com.vaadin.tests.tb3.MultiBrowserTest; -@RunLocally public class SaneErrorsTest extends MultiBrowserTest { /* |