Skip to content

Commit

Permalink
Merge pull request wildfly#17851 from pferraro/WFLY-19293
Browse files Browse the repository at this point in the history
Ignore PassivationFailedTestCase until WFLY-19293 is resolved.
  • Loading branch information
bstansberry authored Apr 28, 2024
2 parents ea46d56 + 9a17063 commit 86cf964
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
@ServerSetup(PassivationTestCaseSetup.class)
public class PassivationFailedTestCase {

@org.junit.BeforeClass
public static void init() {
org.jboss.as.test.shared.IntermittentFailure.thisTestIsFailingIntermittently("WFLY-19293");
}

@ArquillianResource
private InitialContext ctx;

Expand Down

0 comments on commit 86cf964

Please sign in to comment.