Skip to content

Commit

Permalink
not ignoring anymore; fixed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed May 15, 2012
1 parent d96573b commit 7d697f1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@

namespace MassTransit.Transports.AzureServiceBus.Tests
{
[Category("Chris - you're needed"),
Description("This test verifies that one can use the testing framework with Azure Service Bus infrastructure"),
Ignore("Somehow the test factory isn't disposing the resources, causing a ThreadAbortException")]
[Description("This test verifies that one can use the testing framework with Azure Service Bus infrastructure"),
NotWorking("Because ASB is too slow to finish within the 8 allotted seconds")]
public class Handler_test_factory_contract
{
HandlerTest<A> _test;
Expand Down

0 comments on commit 7d697f1

Please sign in to comment.