[System*] Add category for tests that use API that require BSD sockets.
[mono.git] / mcs / class / System / Test / System.Net.Sockets / SocketAcceptAsyncTest.cs
index 3815b623c39f53085f8670e788952f2ffcf89077..28bc6bb81745f29059c186633126c3addaabfa9a 100644 (file)
@@ -6,6 +6,7 @@ using NUnit.Framework;
 namespace MonoTests.System.Net.Sockets
 {
        [TestFixture]
+       [Category ("RequiresBSDSockets")]
        public class SocketAcceptAsyncTest
        {
                [Test]