Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 297ee64

Browse files
ViktorHoferdanmoseley
authored andcommitted
Reenabling disabled tests
1 parent bf2f35f commit 297ee64

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/System.Runtime.Serialization.Formatters/tests/BinaryFormatterTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ namespace System.Runtime.Serialization.Formatters.Tests
1616
public partial class BinaryFormatterTests : RemoteExecutorTestBase
1717
{
1818
[Theory]
19-
[MemberData(nameof(BasicObjectsRoundtrip))]
20-
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework)]
19+
[MemberData(nameof(BasicObjectsRoundtrip_MemberData))]
2120
public void ValidateBasicObjectsRoundtrip(object obj, FormatterAssemblyStyle assemblyFormat, TypeFilterLevel filterLevel, FormatterTypeStyle typeFormat)
2221
{
2322
object clone = FormatterClone(obj, null, assemblyFormat, filterLevel, typeFormat);
@@ -101,7 +100,6 @@ public void ValidateDeserializationOfEqualityComparers(object obj, string[] blob
101100
}
102101

103102
[Fact]
104-
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework)]
105103
public void RoundtripManyObjectsInOneStream()
106104
{
107105
object[][] objects = SerializableObjects().ToArray();

0 commit comments

Comments
 (0)