Mark some tests as 'LongRunning'.

Do not execute tests marked 'LongRunning' on AppVeyor.
This commit is contained in:
drieseng
2016-07-15 21:06:24 +02:00
parent 9a281a91f7
commit 32bee2de6b
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -11,4 +11,5 @@ test:
assemblies: src\Renci.SshNet.Tests\bin\Debug\Renci.SshNet.Tests.dll
categories:
except:
- integration
- integration
- LongRunning
@@ -95,6 +95,8 @@ namespace Renci.SshNet.Tests.Classes.Common
}
[TestMethod]
[TestCategory("LongRunning")]
[TestCategory("Performance")]
public void Performance_LargeArray_All()
{
var value = CreateBuffer(50000);
@@ -105,6 +107,8 @@ namespace Renci.SshNet.Tests.Classes.Common
}
[TestMethod]
[TestCategory("LongRunning")]
[TestCategory("Performance")]
public void Performance_LargeArray_LargeCount()
{
var value = CreateBuffer(50000);
@@ -115,6 +119,8 @@ namespace Renci.SshNet.Tests.Classes.Common
}
[TestMethod]
[TestCategory("LongRunning")]
[TestCategory("Performance")]
public void Performance_LargeArray_SmallCount()
{
var value = CreateBuffer(50000);
@@ -125,6 +131,7 @@ namespace Renci.SshNet.Tests.Classes.Common
}
[TestMethod]
[TestCategory("Performance")]
public void Performance_LargeArray_ZeroCount()
{
var value = CreateBuffer(50000);