Skip to content

Commit

Permalink
[Event Hubs Client] Enable Idempotent Producer Tests (Azure#17316)
Browse files Browse the repository at this point in the history
The focus of these changes is to enable the Live tests for the Idempotent
Producer feature now that the service team has confirmed that it has rolled
out to all Azure clouds in our test matrix.
  • Loading branch information
jsquire authored and annelo-msft committed Feb 17, 2021
1 parent 30969a2 commit cc6042c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Azure.Messaging.EventHubs.Tests
/// incur costs for the associated Azure subscription.
/// </remarks>
///
[TestFixture(Ignore="Idempotent Publishing is not yet available in the public cloud.")]
[TestFixture]
[Category(TestCategory.Live)]
[Category(TestCategory.DisallowVisualStudioLiveUnitTesting)]
public class IdempotentPublishingLiveTests
Expand Down

0 comments on commit cc6042c

Please sign in to comment.