Skip to content

Commit 79906b0

Browse files
authored
ci(pubsublite): skip tests, product pending deprecation (#10185)
1 parent 4f1cf37 commit 79906b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pubsublite/streaming-analytics/src/test/java/examples/PubsubliteToGcsIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
import org.junit.Assert;
6262
import org.junit.Before;
6363
import org.junit.BeforeClass;
64+
import org.junit.Ignore;
6465
import org.junit.Rule;
6566
import org.junit.Test;
6667

@@ -200,6 +201,7 @@ public void tearDown() throws Exception {
200201
}
201202

202203
@Test
204+
@Ignore("https://cloud.google.com/pubsub/lite/docs Deprecated")
203205
public void testPubsubliteToGcs() throws InterruptedException, ExecutionException {
204206
// Run the pipeline on Dataflow as instructed in the README.
205207
PubsubliteToGcs.main(

0 commit comments

Comments
 (0)