Skip to content

Commit

Permalink
test: Ignore component theme live reload test (#11929) (#11931)
Browse files Browse the repository at this point in the history
Related-to #11928

Co-authored-by: Mikhail Shabarov <[email protected]>
  • Loading branch information
vaadin-bot and mshabarov authored Sep 26, 2021
1 parent 1a5a6b3 commit 30ba6bb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.NoSuchElementException;
Expand All @@ -41,6 +42,7 @@
import static com.vaadin.flow.uitest.ui.ComponentThemeLiveReloadView.ATTACH_IDENTIFIER;
import static com.vaadin.flow.uitest.ui.ComponentThemeLiveReloadView.THEMED_COMPONENT_ID;

@Ignore("Temporary solution for https://github.com/vaadin/flow/issues/11928")
@NotThreadSafe
public class ComponentThemeLiveReloadIT extends ChromeBrowserTest {

Expand Down

0 comments on commit 30ba6bb

Please sign in to comment.