ensure tests don't fail

This commit is contained in:
Morilli 2024-06-18 21:33:56 +02:00
parent f6d5271c61
commit 90c79d2220
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ public class ConversionTests
}
[TestMethod]
[DoNotParallelize] // old implementation is not thread safe
[DataRow(0, 0)]
[DataRow(1, 1.401298E-45F)]
[DataRow(1109917696, 42)]