Skip to content
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

@RequiresTag does not work #3274

Closed
AnouarDoukkali opened this issue Oct 30, 2022 · 1 comment
Closed

@RequiresTag does not work #3274

AnouarDoukkali opened this issue Oct 30, 2022 · 1 comment
Labels
bug 🐛 Issues that report a problem or error in the code. stale 🏚️ Issues that were lost to time and are no longer up-to-date

Comments

@AnouarDoukkali
Copy link
Contributor

AnouarDoukkali commented Oct 30, 2022

Which version of Kotest are you using
version : 5.5.3

the spec will not be skipped and test will fail :

@RequiresTag("SafeMode")
class TagTest : StringSpec({
    "skipping test"{
        error("should have been skipped")
    }
})
@LeoColman LeoColman added the bug 🐛 Issues that report a problem or error in the code. label Dec 5, 2022
@stale
Copy link

stale bot commented Jan 21, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale 🏚️ Issues that were lost to time and are no longer up-to-date label Jan 21, 2023
@stale stale bot closed this as completed Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Issues that report a problem or error in the code. stale 🏚️ Issues that were lost to time and are no longer up-to-date
Projects
None yet
Development

No branches or pull requests

2 participants