Skip to content

Commit

Permalink
Skip EE8 repeat for check_defaultLogging_AUTOCOMPLETE_OFF_VIEW_STATE
Browse files Browse the repository at this point in the history
  • Loading branch information
volosied committed Jan 13, 2025
1 parent 34b820a commit dee0759
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import com.ibm.ws.jsf22.fat.JSFUtils;

import componenttest.annotation.Server;
import componenttest.annotation.SkipForRepeat;
import componenttest.custom.junit.runner.FATRunner;
import componenttest.rules.repeater.JakartaEEAction;
import componenttest.topology.impl.LibertyServer;
Expand Down Expand Up @@ -249,11 +250,12 @@ public void check_default_FACELETS_BUFFER_SIZE() throws Exception {
/**
* Create a testcase 169346: Port MYFACES-3949, javax.faces.ViewState autocomplete
*
* In Faces 4.1, AUTOCOMPLETE_OFF_VIEW_STATE changed to false -- see MYFACES-4659
* In Faces 4.1 and 2.3.11, AUTOCOMPLETE_OFF_VIEW_STATE changed to false -- see MYFACES-4659
*
* @throws Exception
*/
@Test
@SkipForRepeat(SkipForRepeat.EE8_FEATURES) // parameter change in 2.3.11
public void check_defaultLogging_AUTOCOMPLETE_OFF_VIEW_STATE() throws Exception {
try (WebClient webClient = new WebClient()) {

Expand Down

0 comments on commit dee0759

Please sign in to comment.