Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
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 @@ -26,6 +26,7 @@
import com.google.common.collect.ImmutableList;
import java.util.ArrayList;
import org.junit.AfterClass;
import org.junit.Ignore;
import org.junit.Test;

public class ITTailLogsTest extends BaseSystemTest {
Expand All @@ -39,6 +40,7 @@ public static void cleanUpLogs() throws InterruptedException {
assertTrue(cleanupLog(LOG_ID));
}

@Ignore
@Test(timeout = 120_000) // Note: the test should not take longer than 2 min
public void testTailLogEntries() throws InterruptedException {
LogEntry testLogEntry =
Expand Down