Skip to content

Commit

Permalink
chore: Ignore additional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Oct 1, 2024
1 parent 1e81946 commit fe56bbb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public void testListEntries() throws InterruptedException {
assertNotNull(entry.getTimestamp());
}

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

@Ignore
@Test
public void testDeleteNonExistingLog() {
String logId = formatForTest("test-delete-non-existing-log");
Expand Down

0 comments on commit fe56bbb

Please sign in to comment.