File tree Expand file tree Collapse file tree
Provider/src/FirebirdSql.Data.UnitTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,7 +215,6 @@ public void SetPropertiesTest()
215215 }
216216
217217 [ Test ]
218- [ Category ( "Local" ) ]
219218 public void ShutdownOnlineTest ( )
220219 {
221220 FbConfiguration configurationSvc = new FbConfiguration ( ) ;
@@ -227,7 +226,6 @@ public void ShutdownOnlineTest()
227226 }
228227
229228 [ Test ]
230- [ Category ( "Local" ) ]
231229 public void ShutdownOnline2Test ( )
232230 {
233231 if ( ! EnsureVersion ( new Version ( "2.5.0.0" ) ) )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ before_test:
3838 - ps : ni firebird.log -ItemType File | Out-Null
3939test_script :
4040 - ps : cd $testsDir
41- - ps : nunit3-console FirebirdSql.Data.UnitTests.dll --framework=net-4.5 --where='cat != Local' -- result='myresults.xml;format=AppVeyor'
41+ - ps : nunit3-console FirebirdSql.Data.UnitTests.dll --framework=net-4.5 --result='myresults.xml;format=AppVeyor'
4242artifacts :
4343 - path : Provider\src\FirebirdSql.Data.FirebirdClient\bin\$(Configuration)\NET45\FirebirdSql.Data.FirebirdClient.dll
4444 - path : Provider\src\FirebirdSql.Data.FirebirdClient\bin\$(Configuration)\NET45\FirebirdSql.Data.FirebirdClient.pdb
You can’t perform that action at this time.
0 commit comments