Skip to content

Commit c0a355e

Browse files
committed
Fix DotvvmPropertyTests build on Windows
1 parent 9977a38 commit c0a355e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Tests/Runtime/DotvvmPropertyTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ public void DotvvmProperty_VirtualDictionary_Append(int testClone)
474474
}
475475
}
476476

477+
#if NET6_0_OR_GREATER
477478
[TestMethod, Ignore]
478-
[Conditional("NET6_0_OR_GREATER")]
479479
public void DotvvmProperty_ParallelAccess_DoesntCrashProcess()
480480
{
481481
var properties = new DotvvmProperty[] {
@@ -554,6 +554,7 @@ public void DotvvmProperty_ParallelAccess_DoesntCrashProcess()
554554
Assert.Fail($"There were {exceptions.Count} exceptions thrown during the test. See the output for details.");
555555
}
556556
}
557+
#endif
557558

558559
[DataTestMethod]
559560
[DataRow(0, 0, 0)]

0 commit comments

Comments
 (0)