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 ab9862f commit d6ace3cCopy full SHA for d6ace3c
google-cloud-logging/src/test/java/com/google/cloud/logging/it/ITSinkTest.java
@@ -35,6 +35,7 @@
35
import java.util.Set;
36
import org.junit.BeforeClass;
37
import org.junit.Test;
38
+import org.junit.Ignore;
39
40
public class ITSinkTest extends BaseSystemTest {
41
@@ -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