Skip to content

Commit 6911112

Browse files
committed
chore: Temporarily disable ITLoggingTest.testListEntries()
1 parent 2b6ea70 commit 6911112

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITLoggingTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import java.util.Iterator;
3333
import org.junit.AfterClass;
3434
import org.junit.BeforeClass;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637

3738
public class ITLoggingTest extends BaseSystemTest {
@@ -82,6 +83,7 @@ public static void cleanUpLogs() throws InterruptedException {
8283
assertTrue(cleanupLog(LOG_ID));
8384
}
8485

86+
@Ignore
8587
@Test(timeout = 600_000) // Note: it can take ~10 minutes for logs to propagate!
8688
public void testListEntries() throws InterruptedException {
8789
LoggingOptions loggingOptions = logging.getOptions();

0 commit comments

Comments
 (0)