Skip to content

Commit 70d54b1

Browse files
committed
Disable integration tests
1 parent 0077d2e commit 70d54b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Build/EasyNetQ.proj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
<TestProjects Include="$(Source)\EasyNetQ.Hosepipe.Tests\EasyNetQ.Hosepipe.Tests.csproj" />
7171
<TestProjects Include="$(Source)\EasyNetQ.Scheduler.Tests\EasyNetQ.Scheduler.Tests.csproj" />
7272
<TestProjects Include="$(Source)\EasyNetQ.Scheduler.Mongo.Tests\EasyNetQ.Scheduler.Mongo.Tests.csproj" />
73-
<TestProjects Include="$(Source)\EasyNetQ.IntegrationTests\EasyNetQ.IntegrationTests.csproj" />
74-
</ItemGroup>
73+
<!--<TestProjects Include="$(Source)\EasyNetQ.IntegrationTests\EasyNetQ.IntegrationTests.csproj" />-->
74+
</ItemGroup>
7575

76-
<Exec WorkingDirectory="%(TestProjects.RootDir)\%(TestProjects.Directory)"
77-
Command='dotnet test --configuration $(Configuration) --no-build --filter "(Category!=Explicit) &#038; (Category!=Integration)"'
78-
ContinueOnError="ErrorAndContinue" />
79-
</Target>
76+
<Exec WorkingDirectory="%(TestProjects.RootDir)\%(TestProjects.Directory)"
77+
Command='dotnet test --configuration $(Configuration) --no-build --filter "(Category!=Explicit) &#038; (Category!=Integration)"'
78+
ContinueOnError="ErrorAndContinue" />
79+
</Target>
8080

81-
<!-- Packaging -->
81+
<!-- Packaging -->
8282
<Target Name="Package" DependsOnTargets="Test">
8383
<PropertyGroup>
8484
<NuGetPackageDirectory>$(Package)</NuGetPackageDirectory>

0 commit comments

Comments
 (0)