Skip to content

Commit 7404b3c

Browse files
committed
Fixed test
1 parent 6a4fc2c commit 7404b3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,9 @@ public void TraceTest()
399399
[Test]
400400
public void NoLingerTest()
401401
{
402+
if (!EnsureVersion(new Version("3.0.0.0")))
403+
return;
404+
402405
var configurationSvc = new FbConfiguration();
403406

404407
configurationSvc.ConnectionString = BuildServicesConnectionString(FbServerType, Compression, true);

0 commit comments

Comments
 (0)