Add an option to exclude one test from synchronization
Is your feature request related to a problem? Please describe. Synchronized the test suite. But then I want to exclude one test from the set of tests that are synchronized.
Describe the solution you'd like Enter a command in the console with the name of the test that I want to exclude from synchronization.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
I think we can add a special tag for that so tests marked with tag to be ignored
@taran-7 what test automation stack do you use?
@poliarush this is a task for a backend. We can easily apply it similarly to how we introduced @manual tag support