Skip to content

Commit fe56bbb

Browse files
committed
chore: Ignore additional tests
1 parent 1e81946 commit fe56bbb

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
@@ -117,6 +117,7 @@ public void testListEntries() throws InterruptedException {
117117
assertNotNull(entry.getTimestamp());
118118
}
119119

120+
@Ignore
120121
@Test(timeout = 600_000) // Note: it can take ~10 minutes for logs to propagate!
121122
public void testSortedOrder() throws InterruptedException {
122123
LoggingOptions loggingOptions = logging.getOptions();
@@ -140,6 +141,7 @@ public void testSortedOrder() throws InterruptedException {
140141
}
141142
}
142143

144+
@Ignore
143145
@Test
144146
public void testDeleteNonExistingLog() {
145147
String logId = formatForTest("test-delete-non-existing-log");

0 commit comments

Comments
 (0)