From b6b081cf479c37d7f559f9de731965daae7077fd Mon Sep 17 00:00:00 2001 From: jdomnitz <380352+jdomnitz@users.noreply.github.com> Date: Thu, 13 Apr 2023 02:45:33 -0400 Subject: [PATCH] Ignore test due to github ipv6 restrictions --- test/MulticastServiceTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/MulticastServiceTest.cs b/test/MulticastServiceTest.cs index 597f56c..6e28d2c 100644 --- a/test/MulticastServiceTest.cs +++ b/test/MulticastServiceTest.cs @@ -233,6 +233,7 @@ public void ReceiveAnswer_IPv4() [TestMethod] [TestCategory("IPv6")] + [Ignore("NotSupportedOnGithub")] public void ReceiveAnswer_IPv6() { var service = Guid.NewGuid().ToString() + ".local";