From 9c38caefaa31a449598f8f4aaeb820d1f226d819 Mon Sep 17 00:00:00 2001 From: DmitryLukyanov Date: Wed, 14 Dec 2022 23:05:07 +0400 Subject: [PATCH] CSHARP-4255: Fix merge conflict. --- .../prose-tests/ClientEncryptionProseTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/prose-tests/ClientEncryptionProseTests.cs b/tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/prose-tests/ClientEncryptionProseTests.cs index aa5329faa07..4610051a939 100644 --- a/tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/prose-tests/ClientEncryptionProseTests.cs +++ b/tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/prose-tests/ClientEncryptionProseTests.cs @@ -155,7 +155,7 @@ void RunTestCase(int testCase) } } - [SkippableTheory] + [Theory] [ParameterAttributeData] public void BsonSizeLimitAndBatchSizeSplittingTest( [Values(false, true)] bool async) @@ -1946,7 +1946,7 @@ HttpClientWrapperWithModifiedRequest CreateHttpClientWrapperWithModifiedRequest( } } - [SkippableTheory] + [Theory] [ParameterAttributeData] public void RewrapTest( [Values("local", "aws", "azure", "gcp", "kmip")] string srcProvider,