udim commented on a change in pull request #14788:
URL: https://github.com/apache/beam/pull/14788#discussion_r633740922
##########
File path:
sdks/python/apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py
##########
@@ -113,7 +113,7 @@ def run_pipeline(self):
return dataflow_exercise_streaming_metrics_pipeline.run(argv)
# Need not run streaming test in batch mode.
- @attr('IT', 'ValidatesRunner', 'sickbay-batch')
+ @attr('IT')
Review comment:
Please change this to:
```
@pytest.mark.it_validatesrunner
@pytest.mark.no_sickbay_batch
```
I want to remove the `@attr('IT')` so it only runs in VR test suites.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]