Skip to content

Commit

Permalink
Disabled flaky CI test; see WELD-2760
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Oct 5, 2023
1 parent a656db2 commit e26c6b5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.jboss.weld.test.util.Utils;
import org.jboss.weld.tests.category.Integration;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -59,6 +60,9 @@ public static WebArchive createTestArchive() {
private Controller controller;

@Test
// Temporarily disabled due to flaky CI results, see WELD-2760
// Note that there is a very similar test in TCKs (with same class name) so we don't even lose coverage
@Ignore
public void testEventsFired() throws Exception {

AbstractMessageListener.reset();
Expand Down

0 comments on commit e26c6b5

Please sign in to comment.