Skip to content

Commit

Permalink
Merge pull request #1782 from volosied/ignore-testUIRepeatStateSaving
Browse files Browse the repository at this point in the history
ignore Issue3833IT#testUIRepeatStateSaving for challenge #1757
  • Loading branch information
pnicolucci authored Jan 24, 2023
2 parents 309ddc0 + 5ac1e62 commit 43b3be2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
import static org.junit.Assert.assertTrue;

import org.junit.Test;
import org.junit.Ignore;

import com.gargoylesoftware.htmlunit.html.HtmlPage;
import com.gargoylesoftware.htmlunit.html.HtmlSelect;

import ee.jakarta.tck.faces.test.util.arquillian.ITBase;
import jakarta.faces.component.behavior.AjaxBehavior;

@Ignore("ignored at the request by the myfaces community -- See https://github.com/jakartaee/faces/issues/1757")
public class Issue3833IT extends ITBase {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
import ee.jakarta.tck.faces.test.util.selenium.WebPage;
import jakarta.faces.component.behavior.AjaxBehavior;
import org.junit.Test;
import org.junit.Ignore;
import org.openqa.selenium.By;
import org.openqa.selenium.support.ui.Select;

import static org.junit.Assert.assertTrue;

@Ignore("ignored at the request by the myfaces community -- See https://github.com/jakartaee/faces/issues/1757")
public class Issue3833IT extends BaseITNG {

/**
Expand Down

0 comments on commit 43b3be2

Please sign in to comment.