Skip to content

Commit da13edd

Browse files
blakeli0cloud-java-bot
authored andcommitted
tests: Ignore flaky tests in ITSinkTest (#1899)
* tests: Ignore flaky tests in ITSinkTest * chore: generate libraries at Thu Dec 11 21:55:08 UTC 2025 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
1 parent f1c74f6 commit da13edd

File tree

1 file changed

+2
-0
lines changed
  • google-cloud-logging/src/test/java/com/google/cloud/logging/it

1 file changed

+2
-0
lines changed

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
@@ -34,6 +34,7 @@
3434
import java.util.Iterator;
3535
import java.util.Set;
3636
import org.junit.BeforeClass;
37+
import org.junit.Ignore;
3738
import org.junit.Test;
3839

3940
public class ITSinkTest extends BaseSystemTest {
@@ -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)