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

Conditional OuterLoop attribute is needed for expressing that a test should go to outer loop on certain platforms only #7368

Closed
lukas-lansky opened this issue May 11, 2021 · 0 comments · Fixed by #7370
Assignees

Comments

@lukas-lansky
Copy link
Contributor

lukas-lansky commented May 11, 2021

Runtime ran into a situation (issue, pr) where a certain class of tests should be ran in the outer loop context only on certain platforms. Elsewhere, it should be executed in the inner loop. Some cross-over between OuterLoop and SkipOnPlatform is needed for this usecase.

cc @riarenas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants