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 1e81946 commit fe56bbbCopy full SHA for fe56bbb
google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITLoggingTest.java
@@ -117,6 +117,7 @@ public void testListEntries() throws InterruptedException {
117
assertNotNull(entry.getTimestamp());
118
}
119
120
+ @Ignore
121
@Test(timeout = 600_000) // Note: it can take ~10 minutes for logs to propagate!
122
public void testSortedOrder() throws InterruptedException {
123
LoggingOptions loggingOptions = logging.getOptions();
@@ -140,6 +141,7 @@ public void testSortedOrder() throws InterruptedException {
140
141
142
143
144
145
@Test
146
public void testDeleteNonExistingLog() {
147
String logId = formatForTest("test-delete-non-existing-log");
0 commit comments