Skip to content

Commit 6e92723

Browse files
authored
Revert "chore: Temporarily disable tests due to Quota Issues (#1699)"
This reverts commit 8cf7fb4.
1 parent 8cf7fb4 commit 6e92723

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import java.util.logging.Level;
3939
import java.util.logging.Logger;
4040
import org.junit.After;
41-
import org.junit.Ignore;
4241
import org.junit.Test;
4342

4443
public class ITJulLoggerTest extends BaseSystemTest {
@@ -50,7 +49,6 @@ public void tearDown() throws InterruptedException {
5049
assertTrue(cleanupLog(LOG_ID));
5150
}
5251

53-
@Ignore
5452
@Test
5553
public void testLoggingHandler() throws InterruptedException {
5654
LoggingOptions options = logging.getOptions();
@@ -87,7 +85,6 @@ public void testLoggingHandler() throws InterruptedException {
8785
logger.removeHandler(handler);
8886
}
8987

90-
@Ignore
9188
@Test
9289
public void testSyncLoggingHandler() throws InterruptedException {
9390
LoggingOptions options = logging.getOptions();

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

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

3837
public class ITLoggingTest extends BaseSystemTest {
@@ -83,7 +82,6 @@ public static void cleanUpLogs() throws InterruptedException {
8382
assertTrue(cleanupLog(LOG_ID));
8483
}
8584

86-
@Ignore
8785
@Test(timeout = 600_000) // Note: it can take ~10 minutes for logs to propagate!
8886
public void testListEntries() throws InterruptedException {
8987
LoggingOptions loggingOptions = logging.getOptions();
@@ -117,7 +115,6 @@ public void testListEntries() throws InterruptedException {
117115
assertNotNull(entry.getTimestamp());
118116
}
119117

120-
@Ignore
121118
@Test(timeout = 600_000) // Note: it can take ~10 minutes for logs to propagate!
122119
public void testSortedOrder() throws InterruptedException {
123120
LoggingOptions loggingOptions = logging.getOptions();
@@ -141,7 +138,6 @@ public void testSortedOrder() throws InterruptedException {
141138
}
142139
}
143140

144-
@Ignore
145141
@Test
146142
public void testDeleteNonExistingLog() {
147143
String logId = formatForTest("test-delete-non-existing-log");

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@
3737
import java.util.Iterator;
3838
import org.junit.After;
3939
import org.junit.BeforeClass;
40-
import org.junit.Ignore;
4140
import org.junit.Test;
4241

43-
@Ignore
4442
public class ITTracingLogsTest extends BaseSystemTest {
4543

4644
private static final String LOG_ID = formatForTest("test-write-log-entries-log");

0 commit comments

Comments
 (0)