Skip to content

Commit

Permalink
Missed change from PR 1173
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-krueger committed Feb 13, 2024
1 parent bfa7ba6 commit 4a45c41
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2021 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -46,6 +46,7 @@
import org.jboss.shrinkwrap.api.spec.WebArchive;

import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.api.TestInfo;
Expand Down Expand Up @@ -143,6 +144,7 @@ public void cleanup() throws Fault {
* @test_Strategy:
*/
@Test
@Disabled
public void sseBroadcastTest() throws Fault {
int MSG_MAX = 7;
int wait = 25;
Expand Down

0 comments on commit 4a45c41

Please sign in to comment.