Skip to content

Commit

Permalink
Disable flaky e2e acks test
Browse files Browse the repository at this point in the history
Signed-off-by: Kondaka <[email protected]>
  • Loading branch information
kkondaka committed Oct 10, 2023
1 parent c06e545 commit 3045967
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 org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Disabled;
import org.opensearch.dataprepper.test.framework.DataPrepperTestRunner;
import org.opensearch.dataprepper.model.event.Event;
import org.opensearch.dataprepper.model.record.Record;
Expand Down Expand Up @@ -161,6 +162,7 @@ void three_pipelines_multi_sink_multiple_records() {
}

@Test
@Disabled("Disabling because this test is flaky.")
void one_pipeline_three_sinks_multiple_records() {
setUp(ONE_PIPELINE_THREE_SINKS_CONFIGURATION_UNDER_TEST);
final int numRecords = 100;
Expand Down

0 comments on commit 3045967

Please sign in to comment.