Remove most [Fact(Skip = "...")] in library tests (#34772)
authorStephen Toub <stoub@microsoft.com>
Fri, 10 Apr 2020 16:51:48 +0000 (12:51 -0400)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2020 16:51:48 +0000 (09:51 -0700)
commit3d3ad67f77d01d50e8157b78d9c927f73c5ce032
tree442a9aa683fd1b71abbd7749a97d4d6ec3963b7b
parentcd185d9ef3184897aaa8f9a628c55fb81885f223
Remove most [Fact(Skip = "...")] in library tests (#34772)
21 files changed:
src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/RSA/KeyGeneration.cs
src/libraries/System.Collections.Immutable/tests/ImmutableSortedDictionaryTest.cs
src/libraries/System.Data.Odbc/tests/CommandBuilderTests.cs
src/libraries/System.Data.Odbc/tests/IntegrationTestBase.cs
src/libraries/System.Data.Odbc/tests/ReaderTests.cs
src/libraries/System.Data.Odbc/tests/SmokeTest.cs
src/libraries/System.Diagnostics.Process/tests/ProcessStartInfoTests.cs
src/libraries/System.Linq/tests/SelectManyTests.cs
src/libraries/System.Linq/tests/SelectTests.cs
src/libraries/System.Linq/tests/SkipWhileTests.cs
src/libraries/System.Linq/tests/TakeWhileTests.cs
src/libraries/System.Linq/tests/ToArrayTests.cs
src/libraries/System.Linq/tests/WhereTests.cs
src/libraries/System.Reflection.Metadata/tests/PortableExecutable/PEReaderTests.cs
src/libraries/System.Runtime.Serialization.Formatters/tests/BinaryFormatterTests.cs
src/libraries/System.Runtime/tests/System/Runtime/CompilerServices/CallerArgumentExpressionAttributeTests.cs
src/libraries/System.Security.Cryptography.Xml/tests/DSAKeyValueTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/SignedInfoTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/SignedXmlTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigC14NTransformTest.cs
src/libraries/System.Security.Cryptography.Xml/tests/XmlDsigExcC14NTransformTest.cs