Skip to content

Commit 4559c8f

Browse files
Re-enable some excluded transport tests (#1211)
1 parent b6ee512 commit 4559c8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/TransportTests/NServiceBus.Transport.AzureServiceBus.TransportTests.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
</ItemGroup>
2323

2424
<ItemGroup Condition="'$(PkgNServiceBus_TransportTests_Sources)' != ''">
25-
<!-- See https://github.com/Particular/NServiceBus.Transport.AzureServiceBus/issues/1041 -->
26-
<Compile Remove="$(PkgNServiceBus_TransportTests_Sources)\**\When_multiple_messages_are_available_and_concurrency_is_increased_after_pump_started.cs" />
27-
<Compile Remove="$(PkgNServiceBus_TransportTests_Sources)\**\When_multiple_messages_are_available_and_concurrency_is_increased_and_decreased_after_pump_started.cs" />
25+
<!-- https://github.com/Particular/NServiceBus.Transport.AzureServiceBus/issues/1212 -->
2826
<Compile Remove="$(PkgNServiceBus_TransportTests_Sources)\**\When_multiple_messages_are_available_and_concurrency_is_lowered_after_pump_started.cs" />
2927
</ItemGroup>
3028

0 commit comments

Comments
 (0)