diff --git a/google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITTailLogsTest.java b/google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITTailLogsTest.java index 48e86fa44..3ef0f1fb7 100644 --- a/google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITTailLogsTest.java +++ b/google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITTailLogsTest.java @@ -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 { @@ -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 =