Skip to content

Commit 676a410

Browse files
authored
test: temporarily disable streaming tests (#850)
* test: temporarily disable streaming tests * fix import
1 parent 3346494 commit 676a410

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/system/large/test_streaming.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@
1414

1515
import time
1616

17+
import pytest
18+
1719
import bigframes.streaming
1820

1921

22+
@pytest.mark.skip(reason="b/354024943. Concurrency error need to be fixed.")
2023
def test_streaming_to_bigtable():
2124
# launch a continuous query
2225
job_id_prefix = "test_streaming_"
@@ -49,6 +52,7 @@ def test_streaming_to_bigtable():
4952
query_job.cancel()
5053

5154

55+
@pytest.mark.skip(reason="b/354024943. Concurrency error need to be fixed.")
5256
def test_streaming_to_pubsub():
5357
# launch a continuous query
5458
job_id_prefix = "test_streaming_pubsub_"

0 commit comments

Comments
 (0)