Closed
Description
Describe your environment
OS: (e.g, Ubuntu)
Python version: (e.g., Python 3.8.10)
SDK version: (e.g., 1.25.0)
API version: (e.g., 1.25.0)
What happened?
We are running benchmark tests in CI
Steps to Reproduce
Run CI
Expected Result
No benchmark tests being run
Actual Result
Benchmark tests are being run
Additional context
We already have a separate workflow for benchmark tests, we should not run them in CI again. Also, it makes no sense to run them in CI unless these tests can fail in a useful manner, for example if they detect a drop in performance, right now they are not configured to do so.
Would you like to implement a fix?
None