Skip to content

Commit dcbcc0b

Browse files
committed
Merge branch 'main' into PR #1851 to update
2 parents e5ab0aa + 8791636 commit dcbcc0b

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/ITTailLogsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import com.google.common.collect.ImmutableList;
2727
import java.util.ArrayList;
2828
import org.junit.AfterClass;
29+
import org.junit.Ignore;
2930
import org.junit.Test;
3031

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

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

0 commit comments

Comments
 (0)