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 4f1cf37 commit 79906b0Copy full SHA for 79906b0
pubsublite/streaming-analytics/src/test/java/examples/PubsubliteToGcsIT.java
@@ -61,6 +61,7 @@
61
import org.junit.Assert;
62
import org.junit.Before;
63
import org.junit.BeforeClass;
64
+import org.junit.Ignore;
65
import org.junit.Rule;
66
import org.junit.Test;
67
@@ -200,6 +201,7 @@ public void tearDown() throws Exception {
200
201
}
202
203
@Test
204
+ @Ignore("https://cloud.google.com/pubsub/lite/docs Deprecated")
205
public void testPubsubliteToGcs() throws InterruptedException, ExecutionException {
206
// Run the pipeline on Dataflow as instructed in the README.
207
PubsubliteToGcs.main(
0 commit comments