Commit babd03cb authored by Marc Gravell's avatar Marc Gravell

GC test only "good" in release

parent 6f67162a
...@@ -22,6 +22,9 @@ private static void ForceGC() ...@@ -22,6 +22,9 @@ private static void ForceGC()
[Fact] [Fact]
public void MuxerIsCollected() public void MuxerIsCollected()
{ {
#if DEBUG
Skip.Inconclusive("Only predictable in builds");
#endif
// this is more nuanced than it looks; multiple sockets with // this is more nuanced than it looks; multiple sockets with
// async callbacks, plus a heartbeat on a timer // async callbacks, plus a heartbeat on a timer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment