Skip to content

Commit 44642d1

Browse files
committed
Disable the ProcessorSwapPipelineIT test since this feature is not yet completed.
Signed-off-by: David Venable <dlv@amazon.com>
1 parent 8621407 commit 44642d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

data-prepper-core/src/integrationTest/java/org/opensearch/dataprepper/integration/ProcessorSwapPipelineIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import org.junit.jupiter.api.AfterEach;
99
import org.junit.jupiter.api.BeforeEach;
10+
import org.junit.jupiter.api.Disabled;
1011
import org.junit.jupiter.api.Test;
1112
import org.opensearch.dataprepper.model.configuration.PipelineModel;
1213
import org.opensearch.dataprepper.model.configuration.PipelinesDataFlowModel;
@@ -39,6 +40,7 @@
3940
import static org.hamcrest.Matchers.empty;
4041
import static org.opensearch.dataprepper.test.framework.DataPrepperTestRunner.BASE_PATH;
4142

43+
@Disabled
4244
class ProcessorSwapPipelineIT {
4345
private static final Logger LOG = LoggerFactory.getLogger(ProcessorSwapPipelineIT.class);
4446
private static final String IN_MEMORY_IDENTIFIER = "ProcessorSwapPipelineIT";

0 commit comments

Comments
 (0)