Disable failure test

This commit is contained in:
Arnaud Cogoluègnes 2020-06-29 10:51:31 +02:00
parent 7270125c0b
commit 1597bdf14a
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
package com.rabbitmq.stream;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
@ -32,6 +33,7 @@ import java.util.concurrent.atomic.AtomicReference;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.fail;
@Disabled
@ExtendWith(TestUtils.StreamTestInfrastructureExtension.class)
public class FailureTest {