Skip to content

Commit

Permalink
Remove unnecessary TestEnvironmentFixture from EH tests (#2942)
Browse files Browse the repository at this point in the history
May conflict with test execution that requires a silo cluster
  • Loading branch information
xiazen authored and jdom committed Apr 14, 2017
1 parent 9614d6c commit 0c227e6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

namespace ServiceBus.Tests.SlowConsumingTests
{
[Collection(TestEnvironmentFixture.DefaultCollection)]
public class EHSlowConsumingTests : OrleansTestingBase, IClassFixture<EHSlowConsumingTests.Fixture>
{
private const string StreamProviderName = "EventHubStreamProvider";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace ServiceBus.Tests.StreamingTests
{
[TestCategory("EventHub"), TestCategory("Streaming")]
[Collection(TestEnvironmentFixture.DefaultCollection)]
public class EHImplicitSubscriptionStreamRecoveryTests : OrleansTestingBase, IClassFixture<EHImplicitSubscriptionStreamRecoveryTests.Fixture>
{
private readonly Fixture fixture;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
namespace ServiceBus.Tests.StreamingTests
{
[TestCategory("EventHub"), TestCategory("Streaming")]
[Collection(TestEnvironmentFixture.DefaultCollection)]
public class EHStreamPerPartitionTests : OrleansTestingBase, IClassFixture<EHStreamPerPartitionTests.Fixture>
{
private readonly Fixture fixture;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
namespace ServiceBus.Tests.StreamingTests
{
[TestCategory("EventHub"), TestCategory("Streaming")]
[Collection(TestEnvironmentFixture.DefaultCollection)]
public class EHStreamProviderCheckpointTests : TestClusterPerTest
{
private static readonly string StreamProviderTypeName = typeof(EventHubStreamProvider).FullName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

namespace ServiceBus.Tests.StreamingTests
{
[Collection(TestEnvironmentFixture.DefaultCollection)]
public class EHSubscriptionMultiplicityTests : OrleansTestingBase, IClassFixture<EHSubscriptionMultiplicityTests.Fixture>
{
private const string StreamProviderName = "EventHubStreamProvider";
Expand Down

0 comments on commit 0c227e6

Please sign in to comment.