Disabled performance tests running on appveyor

master
Inga 🏳‍🌈 7 years ago
parent e942fdbd0c
commit 1bcd907ed1
  1. 1
      Tests/Hasher.SHA1/HasherTests.cs
  2. 4
      appveyor.yml

@ -31,6 +31,7 @@
// Single-threaded SHA1 performance on i5-6500 is around 500MB/s
[Theory]
[Trait("Category", "Integration")]
[InlineData(0)]
[InlineData(1)]
[InlineData(1000)]

@ -5,5 +5,5 @@ before_build:
build:
verbosity: minimal
test_script:
- cmd: dotnet test tests\Encryptor.ClearText\EternalArrowBackup.Encryptor.ClearText.Tests.csproj
- cmd: dotnet test tests\Hasher.SHA1\EternalArrowBackup.Hasher.SHA1.Tests.csproj
- cmd: dotnet test --filter Category!=Integration tests\Encryptor.ClearText\EternalArrowBackup.Encryptor.ClearText.Tests.csproj
- cmd: dotnet test --filter Category!=Integration tests\Hasher.SHA1\EternalArrowBackup.Hasher.SHA1.Tests.csproj

Loading…
Cancel
Save