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

Disabled AzureDevOpsVariableSetConfigStoreTest in a way where it stil… #137

Closed
wants to merge 1 commit into from
Closed

Disabled AzureDevOpsVariableSetConfigStoreTest in a way where it stil… #137

wants to merge 1 commit into from

Conversation

PockyBum522
Copy link

@PockyBum522 PockyBum522 commented Mar 23, 2022

Disabled AzureDevOpsVariableSetConfigStoreTest in a way where it still shows up in tests runner, just as Inconclusive.

Left instructions on how to re-enable once it's implemented.

As far as I can tell, xunit does not have a way to skip the entire class, and skipping just the overridden method does not prevent exceptions from being thrown when all tests are run on the object that is now not set up properly.

If there's a better way to do this, I'm all ears.

It may also be an option to just change how the tests are set up so that [Fact(Skip = "reason")] works and doesn't let the ensuing tests run on the AzureDevOpsVariableSetConfigStoreTest class.

There may also just be a dumb reason why #if DEBUG isn't working in Rider for me.

I promise I did some research on xunit and figuring out how to ignore things, but unfortunately, I don't know what I don't know, which is quite a lot. Hence why I'm trying to get into collaboration and learn.

Please let me know if there's something I can do better. Right now I figure small, granular pull requests are better since you can pick and choose what to keep/drop.

…l shows up in tests runner

Left instructions on how to re-enable once it's implemented.
@aloneguid
Copy link
Owner

this is removed altogether, thanks

@aloneguid aloneguid closed this Jul 28, 2022
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 this pull request may close these issues.

2 participants