You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/15 22:32:59 UTC

[GitHub] [beam] TheNeuralBit commented on a change in pull request #16251: [BEAM-13218] Sickbay PubSubIntegrationTest.test_streaming_with_attributes

TheNeuralBit commented on a change in pull request #16251:
URL: https://github.com/apache/beam/pull/16251#discussion_r770089277



##########
File path: sdks/python/apache_beam/io/gcp/pubsub_integration_test.py
##########
@@ -210,6 +210,8 @@ def test_streaming_data_only(self):
 
   @pytest.mark.it_postcommit
   def test_streaming_with_attributes(self):
+    if self.runner_name == 'TestDataflowRunner':
+      pytest.skip("Sickbay this test due to Dataflow service issues (BEAM-13218)")

Review comment:
       nit: let's just mention the jira for now, it's not clear if this is a service issue.
   
   ```suggestion
         pytest.skip("BEAM-13218")
   ```
   
   This should also help lint/formatter checks, failing for line-too-long




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org