dotnet / dotnet/scenario-tests
Provide option to exclude specific tests
Open
- Dominant language
- Shell
- Stars
- 7
- Forks
- 26
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 11
Description
With the work to enable the execution of the scenario tests as part of the VMR build (https://github.com/dotnet/source-build/issues/3819), it seems likely there will be times when we need to temporarily disable a specific test that is failing to unblock the build. This change would ideally be done in the test execution logic rather than directly modifying this repo to disable the test. So this would require a new command line option that would allow the caller to specify one or more test names that should be excluded from running.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.