Skip to content

Commit

Permalink
test(NoDuplicateResponse): ignore for now #52
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Mar 7, 2019
1 parent 8399144 commit b2cfd69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/MulticastServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ public async Task DuplicateResponse()
}

[TestMethod]
[Ignore("See issue #52")]
public async Task NoDuplicateResponse()
{
var service = Guid.NewGuid().ToString() + ".local";
Expand Down

0 comments on commit b2cfd69

Please sign in to comment.