Skip to content

Commit

Permalink
Disable racy test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Jan 30, 2024
1 parent d3dbaf8 commit e9b9710
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import cloud.filibuster.junit.TestWithFilibuster;
import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.MethodOrderer;
import org.junit.jupiter.api.Order;
Expand All @@ -25,6 +26,7 @@
* Test simple annotation usage.
*/
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
@Disabled
public class JUnitFilibusterHelloParallelPartialHelloTest extends JUnitAnnotationBaseTest {
private final static Set<String> responsesReceived = new HashSet<>();

Expand Down

0 comments on commit e9b9710

Please sign in to comment.