We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89057b0 commit 4fb0fdfCopy full SHA for 4fb0fdf
tests/MongoDB.EntityFrameworkCore.FunctionalTests/Encryption/AutoEncryptionTests.cs
@@ -55,7 +55,7 @@ public void Encrypted_data_can_not_be_read_without_encrypted_client(CryptProvide
55
Assert.Throws<FormatException>(() => db.Entities.First());
56
}
57
58
- [EncryptionTheory (Skip = "Failing only on Windows Latest in the C.I.")]
+ [Theory(Skip = "Failing only on Windows Latest in the CI")]
59
[MemberData(nameof(CryptProviderAndEncryptionModeData))]
60
public void Encrypted_data_can_not_be_read_with_wrong_master_key(CryptProvider cryptProvider, EncryptionMode encryptionMode)
61
{
0 commit comments