dotnet / scenario-tests

Scenario testing for installed .NET Core SDKs
MIT License
5 stars 7 forks source link

Provide option to exclude specific tests #90

Open mthalman opened 4 months ago

mthalman commented 4 months ago

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.