Skip to content

Commit 9d63298

Browse files
DmitryLukyanovdnickless
authored andcommitted
CSHARP-4255: Fix merge conflict. (mongodb#992)
1 parent bc2b32d commit 9d63298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/MongoDB.Driver.Tests/Specifications/client-side-encryption/prose-tests/ClientEncryptionProseTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ void RunTestCase(int testCase)
155155
}
156156
}
157157

158-
[SkippableTheory]
158+
[Theory]
159159
[ParameterAttributeData]
160160
public void BsonSizeLimitAndBatchSizeSplittingTest(
161161
[Values(false, true)] bool async)
@@ -1946,7 +1946,7 @@ HttpClientWrapperWithModifiedRequest CreateHttpClientWrapperWithModifiedRequest(
19461946
}
19471947
}
19481948

1949-
[SkippableTheory]
1949+
[Theory]
19501950
[ParameterAttributeData]
19511951
public void RewrapTest(
19521952
[Values("local", "aws", "azure", "gcp", "kmip")] string srcProvider,

0 commit comments

Comments
 (0)