We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f3620 commit 8791636Copy full SHA for 8791636
google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITTailLogsTest.java
@@ -26,6 +26,7 @@
26
import com.google.common.collect.ImmutableList;
27
import java.util.ArrayList;
28
import org.junit.AfterClass;
29
+import org.junit.Ignore;
30
import org.junit.Test;
31
32
public class ITTailLogsTest extends BaseSystemTest {
@@ -39,6 +40,7 @@ public static void cleanUpLogs() throws InterruptedException {
39
40
assertTrue(cleanupLog(LOG_ID));
41
}
42
43
+ @Ignore
44
@Test(timeout = 120_000) // Note: the test should not take longer than 2 min
45
public void testTailLogEntries() throws InterruptedException {
46
LogEntry testLogEntry =
0 commit comments