[tests] Android 4.4.4 doesn't have signal(2)
authorMarek Habersack <grendel@twistedcode.net>
Tue, 21 Jul 2015 22:12:57 +0000 (00:12 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Tue, 21 Jul 2015 22:15:48 +0000 (00:15 +0200)
mcs/class/Mono.Posix/Test/Mono.Unix/UnixSignalTest.cs

index 20a4c2d8ec609cb5d430b66f9efb8d46b622c741..b7b4e6fc695e9539dc22237d55b0b1a45c766ff2 100644 (file)
@@ -377,6 +377,7 @@ namespace MonoTests.Mono.Unix {
                }
 
                [Test]
+               [Category ("AndroidNotWorking")] // Android 4.4.4 doesn't have signal(2)
                public void TestSignalActionInteraction ()
                {
                        using (UnixSignal a = new UnixSignal (Signum.SIGINT)) {