Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit d6ace3c

Browse files
authored
tests: Ignore flaky tests in ITSinkTest
1 parent ab9862f commit d6ace3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • google-cloud-logging/src/test/java/com/google/cloud/logging/it

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import java.util.Set;
3636
import org.junit.BeforeClass;
3737
import org.junit.Test;
38+
import org.junit.Ignore;
3839

3940
public class ITSinkTest extends BaseSystemTest {
4041

@@ -55,6 +56,7 @@ public static void setUp() {
5556
}
5657

5758
@Test
59+
@Ignore
5860
public void testCreateGetUpdateAndDeleteSink() {
5961
String name = formatForTest("test-create-get-update-sink");
6062
SinkInfo sinkInfo =

0 commit comments

Comments
 (0)