Commit 9ff0d203 authored by Nick Craver's avatar Nick Craver

Re-DEBUG factory tests that are inconsistent

These need changes in assumptions to match current behaviors. We don't account for what the instant debug abort should do.
parent 6ed17a99
using System;
using System.Diagnostics;
using Xunit;
using Xunit.Abstractions;
......@@ -28,6 +29,7 @@ public void NullSnapshot()
}
[Fact]
[Conditional("DEBUG")]
public void MultipleEndpointsThrowConnectionException()
{
try
......@@ -76,6 +78,7 @@ public void NullInnerExceptionForMultipleEndpointsWithNoLastException()
}
[Fact]
[Conditional("DEBUG")]
public void ServerTakesPrecendenceOverSnapshot()
{
try
......
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