File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
google-cloud-logging/src/test/java/com/google/cloud/logging/it Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 3838import java .util .logging .Level ;
3939import java .util .logging .Logger ;
4040import org .junit .After ;
41- import org .junit .Ignore ;
4241import org .junit .Test ;
4342
4443public 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 ();
Original file line number Diff line number Diff line change 3232import java .util .Iterator ;
3333import org .junit .AfterClass ;
3434import org .junit .BeforeClass ;
35- import org .junit .Ignore ;
3635import org .junit .Test ;
3736
3837public 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" );
Original file line number Diff line number Diff line change 3737import java .util .Iterator ;
3838import org .junit .After ;
3939import org .junit .BeforeClass ;
40- import org .junit .Ignore ;
4140import org .junit .Test ;
4241
43- @ Ignore
4442public class ITTracingLogsTest extends BaseSystemTest {
4543
4644 private static final String LOG_ID = formatForTest ("test-write-log-entries-log" );
You can’t perform that action at this time.
0 commit comments