efcore
efcore copied to clipboard
JsonQueryCosmosTest are flaky (especially on CI)
Newtonsoft.Json.JsonSerializationException : Error converting value 1.8446744073709552E+19 to type 'System.UInt64'. Path 'TestUnsignedInt64Collection[2]'.\n---- System.OverflowException : Arithmetic operation resulted in an overflow.
I'm going to try to skip these on the C.I., since they are passing consistently on my machine, and failing consistently on the C.I. It may be an emulator version thing, but I don't want to risk breaking my dev machine today by updating the emulator!
They failed once locally for me