From 2a63264eef8ba0a760ace82e299be0ff0fb13623 Mon Sep 17 00:00:00 2001 From: Andrei Pozolotin Date: Sat, 11 May 2013 21:17:45 -0500 Subject: [PATCH] disable epoll mask update/verify tests --- .../src/test/java/com/barchart/udt/TestEpollMask.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/barchart-udt-core/src/test/java/com/barchart/udt/TestEpollMask.java b/barchart-udt-core/src/test/java/com/barchart/udt/TestEpollMask.java index 617fe9b..2dc81e7 100644 --- a/barchart-udt-core/src/test/java/com/barchart/udt/TestEpollMask.java +++ b/barchart-udt-core/src/test/java/com/barchart/udt/TestEpollMask.java @@ -11,12 +11,14 @@ import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import util.TestAny; import com.barchart.udt.EpollUDT.Opt; +@Ignore public class TestEpollMask extends TestAny { @Test