Skip to content

Commit 10a702e

Browse files
committed
Exclude another test.
1 parent 4e17628 commit 10a702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient.Tests/FbDatabaseInfoTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void CompleteDatabaseInfoTest()
4242
.Where(x => !x.IsSpecialName)
4343
.Where(x => x.Name.EndsWith("Async")))
4444
{
45-
if (ServerVersion < new Version(4, 0, 0, 0) && new[] { "GetWireCryptAsync" }.Contains(m.Name))
45+
if (ServerVersion < new Version(4, 0, 0, 0) && new[] { "GetWireCryptAsync", "GetCryptPluginAsync" }.Contains(m.Name))
4646
continue;
4747

4848
Assert.DoesNotThrowAsync(() => (Task)m.Invoke(dbInfo, new object[] { CancellationToken.None }), m.Name);

0 commit comments

Comments
 (0)