Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;

Expand Down Expand Up @@ -200,6 +201,7 @@ public void tearDown() throws Exception {
}

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