Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import org.jboss.netty.handler.codec.http.HttpMethod;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;

/**
* Runs some basic ingestion tests using Coordinator and Overlord at version
Expand Down Expand Up @@ -85,6 +86,13 @@ public void verifyOverlordLeader()
);
}

@Override
@Disabled("Disabled due to flakiness after segment drops")
public void test_runIndexTask_andKillData()
{
super.test_runIndexTask_andKillData();
}

@Override
protected int markSegmentsAsUnused(String dataSource)
{
Expand Down