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 f1c74f6 commit da13eddCopy full SHA for da13edd
google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITSinkTest.java
@@ -34,6 +34,7 @@
34
import java.util.Iterator;
35
import java.util.Set;
36
import org.junit.BeforeClass;
37
+import org.junit.Ignore;
38
import org.junit.Test;
39
40
public class ITSinkTest extends BaseSystemTest {
@@ -55,6 +56,7 @@ public static void setUp() {
55
56
}
57
58
@Test
59
+ @Ignore
60
public void testCreateGetUpdateAndDeleteSink() {
61
String name = formatForTest("test-create-get-update-sink");
62
SinkInfo sinkInfo =
0 commit comments