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
4 changes: 1 addition & 3 deletions sdks/python/apache_beam/io/gcp/pubsub_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# How long TestXXXRunner will wait for pubsub_it_pipeline to run before
# cancelling it.
TEST_PIPELINE_DURATION_MS = 3 * 60 * 1000
TEST_PIPELINE_DURATION_MS = 8 * 60 * 1000
# How long PubSubMessageMatcher will wait for the correct set of messages to
# appear.
MESSAGE_MATCHER_TIMEOUT_S = 5 * 60
Expand Down Expand Up @@ -213,8 +213,6 @@ def _test_streaming(self, with_attributes):

@pytest.mark.it_postcommit
def test_streaming_data_only(self):
if self.runner_name == 'TestDataflowRunner':
pytest.skip("BEAM-13218")
self._test_streaming(with_attributes=False)

@pytest.mark.it_postcommit
Expand Down