We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201a167 commit 63aeeb8Copy full SHA for 63aeeb8
projects/client/Unit/src/unit/TestConnectionRecovery.cs
@@ -84,6 +84,12 @@ public override void Init()
84
Model = Conn.CreateModel();
85
}
86
87
+ [TearDown]
88
+ public void CleanUp()
89
+ {
90
+ Conn.Close();
91
+ }
92
+
93
[Test]
94
public void TestBasicAckAfterChannelRecovery()
95
{
@@ -190,7 +196,6 @@ public void TestBasicConnectionRecoveryErrorEvent()
190
196
191
197
192
198
193
- [Ignore("This test cause the test run to hang at the end.")]
194
199
public void TestBasicConnectionRecoveryStopsAfterManualClose()
195
200
201
Assert.IsTrue(Conn.IsOpen);
0 commit comments