You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plan is to allow using the -tag syntax in Test Tags like
*** Settings ***Test Tags -example
for removing tags set earlier, for example, in suite initialization files or by using the --set-tag option. That functionality is planned for RF 8.0 (#5250).
This issue covers deprecating using tags like -example as literal tag names. Such usage should cause a deprecation warning to be emitted with a note that escaping like \-example is possible.