-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[browser][MT] enable all MT library tests on the runtime CI pipeline (#…
…91536) * Non-smoke MT tests. * Disable tests: System.Timer, Threading, Local * System.Threading.Tasks is mostly fleaky, cannot block one by one. * Threading.Task.Parallel - ParallelForeachPartitioner and ParallelForTests are fleaky, cannot define which tests fail, blocking suspicious ones. * No tests can be run in MT. * Fails even when no tests enabled. * System.Runtime disable failing tests. * To be reverted! Apply tmp dev speedup suggested. * System.Runtime.Serialization.Xml.Tests disabled. * System.Runtime.Extensions.Tests disabled. * System.Private.Xml.Tests disabled. * System.Linq.Parallel.Tests disabled. * ystem.IO.Pipelines.Tests disabled * System.Globalization.Tests disabled. * System.Composition.Tests disabled. * System.ComponentModel.TypeConverter.Tests disabled. * System.Collections.NonGeneric.Tests disabled. * System.Collections.Concurrent.Tests cannot define which tests are failing, disable full project. * Microsoft.Extensions.Logging.Console.Tests disabled. * Microsoft.Extensions.Http.Tests disabled. * Microsoft.Extensions.HostFactoryResolver.Tests disabled. * Microsoft.Extensions.Configuration.Functional.Tests disabled. * Microsoft.Extensions.Configuration.EnvironmentVariables.Tests disabled. * Disable samples on mt. * For non-mt it should stay excluded. * Revert ab5472c * Fix a copy-paste error. * Default: only smoke. * Duplicated job suffix, after disabling failing tests we should fail on error. * Feedback - revert shouldContinueOnError removal.
- Loading branch information
1 parent
9c985a9
commit 7eb6c0c
Showing
56 changed files
with
281 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.