Skip to content

Commit 4fb0fdf

Browse files
authored
Properly skip test this time. (#272)
1 parent 89057b0 commit 4fb0fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MongoDB.EntityFrameworkCore.FunctionalTests/Encryption/AutoEncryptionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void Encrypted_data_can_not_be_read_without_encrypted_client(CryptProvide
5555
Assert.Throws<FormatException>(() => db.Entities.First());
5656
}
5757

58-
[EncryptionTheory (Skip = "Failing only on Windows Latest in the C.I.")]
58+
[Theory(Skip = "Failing only on Windows Latest in the CI")]
5959
[MemberData(nameof(CryptProviderAndEncryptionModeData))]
6060
public void Encrypted_data_can_not_be_read_with_wrong_master_key(CryptProvider cryptProvider, EncryptionMode encryptionMode)
6161
{

0 commit comments

Comments
 (0)