Skip to content

Commit 89c9098

Browse files
authored
[Event Hubs Client] Enable Idempotent Producer Tests (#17316)
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.
1 parent dd0215b commit 89c9098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/eventhub/Azure.Messaging.EventHubs/tests/Producer/IdempotentPublishingLiveTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Azure.Messaging.EventHubs.Tests
2020
/// incur costs for the associated Azure subscription.
2121
/// </remarks>
2222
///
23-
[TestFixture(Ignore="Idempotent Publishing is not yet available in the public cloud.")]
23+
[TestFixture]
2424
[Category(TestCategory.Live)]
2525
[Category(TestCategory.DisallowVisualStudioLiveUnitTesting)]
2626
public class IdempotentPublishingLiveTests

0 commit comments

Comments
 (0)