This is an automated email from the ASF dual-hosted git repository.

michaelpearce pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f3b0da  AMQNET-606: Ignore can be removed. test works
4f3b0da is described below

commit 4f3b0dacab358c9cba5decea1ac2add17063c76b
Author: Jefwillems <[email protected]>
AuthorDate: Thu Jul 27 10:07:21 2023 +0200

    AMQNET-606: Ignore can be removed. test works
---
 test/Apache-NMS-AMQP-Test/Integration/FailoverIntegrationTest.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Apache-NMS-AMQP-Test/Integration/FailoverIntegrationTest.cs 
b/test/Apache-NMS-AMQP-Test/Integration/FailoverIntegrationTest.cs
index 6d53c45..3705eb8 100644
--- a/test/Apache-NMS-AMQP-Test/Integration/FailoverIntegrationTest.cs
+++ b/test/Apache-NMS-AMQP-Test/Integration/FailoverIntegrationTest.cs
@@ -447,7 +447,7 @@ namespace NMS.AMQP.Test.Integration
             DoFailoverPassthroughOfFailingSyncSendTestImpl(new Released());
         }
 
-        [Test, Timeout(20_000), Ignore("TODO: It should be fixed.")]
+        [Test, Timeout(20_000)]
         public void TestFailoverPassthroughOfModifiedFailedSyncSend()
         {
             var modified = new Modified()

Reply via email to