Skip to content

Commit 04ea6a1

Browse files
un-ignoring the tests
1 parent f587a81 commit 04ea6a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceControl.AcceptanceTests/Recoverability/ExternalIntegration/When_a_failed_edit_is_resolved_by_retry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace ServiceControl.AcceptanceTests.Recoverability.ExternalIntegration
1515
class When_a_failed_edit_is_resolved_by_retry : ExternalIntegrationAcceptanceTest
1616
{
1717
[Test]
18-
[Ignore("testing another approach")]
18+
// [Ignore("testing another approach")]
1919
public async Task Should_publish_notification()
2020
{
2121
CustomConfiguration = config => config.OnEndpointSubscribed<EditMessageResolutionContext>((s, ctx) =>

src/ServiceControl.AcceptanceTests/Recoverability/ExternalIntegration/When_a_reedit_solves_a_failed_msg.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace ServiceControl.AcceptanceTests.Recoverability.ExternalIntegration
1515
class When_a_reedit_solves_a_failed_msg : AcceptanceTest
1616
{
1717
[Test]
18-
[Ignore("testing another approach")]
18+
// [Ignore("testing another approach")]
1919
public async Task Should_publish_notification()
2020
{
2121
CustomConfiguration = config => config.OnEndpointSubscribed<EditMessageResolutionContext>((s, ctx) =>

0 commit comments

Comments
 (0)