Disable failure test
This commit is contained in:
parent
7270125c0b
commit
1597bdf14a
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
package com.rabbitmq.stream;
|
package com.rabbitmq.stream;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.junit.jupiter.api.extension.ExtendWith;
|
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.assertThat;
|
||||||
import static org.assertj.core.api.Assertions.fail;
|
import static org.assertj.core.api.Assertions.fail;
|
||||||
|
|
||||||
|
@Disabled
|
||||||
@ExtendWith(TestUtils.StreamTestInfrastructureExtension.class)
|
@ExtendWith(TestUtils.StreamTestInfrastructureExtension.class)
|
||||||
public class FailureTest {
|
public class FailureTest {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue