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
2 changes: 2 additions & 0 deletions pubsublite/spark-connector/spark_streaming_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def pyfile(source_file: str) -> str:
return "gs://" + blob.bucket.name + "/" + blob.name


@pytest.mark.skip("PubSubLite is deprecated, and will be turned down March 18, 2026.")
def test_spark_streaming_to_pubsublite(
topic: Topic, dataproc_cluster: dataproc_v1.Cluster
) -> None:
Expand Down Expand Up @@ -229,6 +230,7 @@ def test_spark_streaming_to_pubsublite(
assert "Committed 1 messages for epochId" in output


@pytest.mark.skip("PubSubLite is deprecated, and will be turned down March 18, 2026.")
def test_spark_streaming_from_pubsublite(
subscription: Subscription, dataproc_cluster: dataproc_v1.Cluster
) -> None:
Expand Down