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 2b6ea70 commit 6911112Copy full SHA for 6911112
google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITLoggingTest.java
@@ -32,6 +32,7 @@
32
import java.util.Iterator;
33
import org.junit.AfterClass;
34
import org.junit.BeforeClass;
35
+import org.junit.Ignore;
36
import org.junit.Test;
37
38
public class ITLoggingTest extends BaseSystemTest {
@@ -82,6 +83,7 @@ public static void cleanUpLogs() throws InterruptedException {
82
83
assertTrue(cleanupLog(LOG_ID));
84
}
85
86
+ @Ignore
87
@Test(timeout = 600_000) // Note: it can take ~10 minutes for logs to propagate!
88
public void testListEntries() throws InterruptedException {
89
LoggingOptions loggingOptions = logging.getOptions();
0 commit comments