You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/02/23 23:07:53 UTC

[beam] branch master updated: [BEAM-13218] Re-enable PubSubIntegrationTest.test_streaming_with_attributes (#16497)

This is an automated email from the ASF dual-hosted git repository.

bhulette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 42de462  [BEAM-13218] Re-enable PubSubIntegrationTest.test_streaming_with_attributes (#16497)
42de462 is described below

commit 42de462785b848bea9474efc6a35308c7b73db1f
Author: Andy Ye <an...@gmail.com>
AuthorDate: Wed Feb 23 17:06:35 2022 -0600

    [BEAM-13218] Re-enable PubSubIntegrationTest.test_streaming_with_attributes (#16497)
---
 sdks/python/apache_beam/io/gcp/pubsub_integration_test.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sdks/python/apache_beam/io/gcp/pubsub_integration_test.py b/sdks/python/apache_beam/io/gcp/pubsub_integration_test.py
index e52d220..6754c70 100644
--- a/sdks/python/apache_beam/io/gcp/pubsub_integration_test.py
+++ b/sdks/python/apache_beam/io/gcp/pubsub_integration_test.py
@@ -217,8 +217,6 @@ class PubSubIntegrationTest(unittest.TestCase):
 
   @pytest.mark.it_postcommit
   def test_streaming_with_attributes(self):
-    if self.runner_name == 'TestDataflowRunner':
-      pytest.skip("BEAM-13218")
     self._test_streaming(with_attributes=True)