Disable outerloop tests on mono/mobile and fix timeout in sendtohelixhelp.proj (...
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 11 Jul 2023 08:30:02 +0000 (10:30 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 08:30:02 +0000 (10:30 +0200)
commitd2c5182553214fd6e8db85f0f23857b3e2e53e8f
treeac0efc17b11f87b99c286127a63830ecaaedfce6
parent076f8c58984b009033204ad1dd9f86c691ae42fb
Disable outerloop tests on mono/mobile and fix timeout in sendtohelixhelp.proj (#79885)

The Helix workitem timeout still looked for the old `Outerloop` property but we're using `TestScope` instead now.
30 files changed:
eng/pipelines/libraries/outerloop-mono.yml
src/libraries/System.Diagnostics.DiagnosticSource/tests/DiagnosticSourceTests.cs
src/libraries/System.Diagnostics.Process/tests/ProcessStartInfoTests.Windows.cs
src/libraries/System.Diagnostics.Process/tests/ProcessStartInfoTests.cs
src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs
src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs
src/libraries/System.DirectoryServices.AccountManagement/tests/PrincipalContextTests.cs
src/libraries/System.DirectoryServices/tests/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransportTests.cs
src/libraries/System.DirectoryServices/tests/System/DirectoryServices/ActiveDirectory/DomainControllerTests.cs
src/libraries/System.DirectoryServices/tests/System/DirectoryServices/ActiveDirectory/ForestTests.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntry.LongFile.Tests.cs
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.WriteEntryAsync.LongFile.Tests.cs
src/libraries/System.Management/tests/System/Management/ManagementEventWatcherTests.cs
src/libraries/System.Management/tests/System/Management/ManagementObjectSearcherTests.cs
src/libraries/System.Management/tests/System/Management/ManagementObjectSearcherTestsMofRequired.cs
src/libraries/System.Management/tests/System/Management/ManagementObjectTests.cs
src/libraries/System.Memory/tests/EncodingExtensions/EncodingExtensionsTests.cs
src/libraries/System.Net.Ping/tests/FunctionalTests/PingTest.cs
src/libraries/System.Runtime.Extensions/tests/System/EnvironmentTests.cs
src/libraries/System.Runtime.Numerics/tests/BigInteger/BigIntegerToStringTests.cs
src/libraries/System.Runtime/tests/System/DoubleTests.cs
src/libraries/System.Security.Cryptography.Pkcs/tests/EnvelopedCms/DecryptTests.cs
src/libraries/System.Security.Cryptography.Pkcs/tests/EnvelopedCms/DecryptTestsRsaPaddingModeTests.cs
src/libraries/System.Security.Principal.Windows/tests/WindowsIdentityImpersonatedTests.netcoreapp.cs
src/libraries/System.Text.Json/tests/Common/CollectionTests/CollectionTests.AsyncEnumerable.cs
src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.Cache.cs
src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/Regex.KnownPattern.Tests.cs
src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/Regex.Match.Tests.cs
src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/RegexIgnoreCaseTests.cs
src/libraries/sendtohelixhelp.proj