Skip to content

Commit

Permalink
Comment out analyzer tests in Test.cmd instead of the test code (#5972)
Browse files Browse the repository at this point in the history
* Comment out analyzer tests in Test.cmd instead of the test code.

* Fix syntax
  • Loading branch information
sergeybykov authored and benjaminpetit committed Sep 25, 2019
1 parent 711a4c4 commit cffc616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Test.cmd
Expand Up @@ -39,8 +39,8 @@ set TESTS=^
%CMDHOME%\test\Transactions\Orleans.Transactions.Tests,^
%CMDHOME%\test\Transactions\Orleans.Transactions.Azure.Test,^
%CMDHOME%\test\TestInfrastructure\Orleans.TestingHost.Tests,^
%CMDHOME%\test\DependencyInjection.Tests,^
%CMDHOME%\test\Analyzers.Tests
%CMDHOME%\test\DependencyInjection.Tests
rem %CMDHOME%\test\Analyzers.Tests

if []==[%TEST_FILTERS%] set TEST_FILTERS=-trait Category=BVT -trait Category=SlowBVT

Expand Down
Expand Up @@ -6,7 +6,7 @@

namespace Analyzers.Tests
{
//[TestCategory("BVT"), TestCategory("Analyzer")]
[TestCategory("BVT"), TestCategory("Analyzer")]
public class AlwaysInterleaveDiagnosticAnalyzerTest : DiagnosticAnalyzerTestBase<AlwaysInterleaveDiagnosticAnalyzer>
{
protected override Task<(Diagnostic[], string)> GetDiagnosticsAsync(string source, params string[] extraUsings)
Expand Down

0 comments on commit cffc616

Please sign in to comment.