-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
avocado list --filter-by-tags broken on version >= 106 #6066
Comments
Hi @hjelmeland, thank you for opening this issue. Can you please provide some example with wrong behaviour? It will help me to reproduce this issue. Thank you very much. |
Create test.py:
Then do With avocado 105 no test is listed, as expected. With avocado >= 106 the test is listed, not as expected. Adding a tag like |
for the test I ran ubuntu 22:04 docker container and did
|
Hi @hjelmeland, thank you very much for the reproducer. I was able to reproduce it. It looks like that it is located only to the list plugin, because the overall tag filtering works well. Also when I use the
|
Describe the bug
avocado list --filter-by-tags list all tests in directory, no matter what tag expression is used.
Last good version: 105
System information:
The text was updated successfully, but these errors were encountered: