From ec42fdc0defac2462dcc9c12961a039a2d4b985b Mon Sep 17 00:00:00 2001 From: shaofengshi Date: Fri, 26 Dec 2014 16:36:46 +0800 Subject: [PATCH] Ignore testKillMrStep() and testGoodJob() in GenericJobEngineTest --- job/src/test/java/com/kylinolap/job/engine/GenericJobEngineTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/job/src/test/java/com/kylinolap/job/engine/GenericJobEngineTest.java b/job/src/test/java/com/kylinolap/job/engine/GenericJobEngineTest.java index 5cd8ca8..4cc6cf4 100644 --- a/job/src/test/java/com/kylinolap/job/engine/GenericJobEngineTest.java +++ b/job/src/test/java/com/kylinolap/job/engine/GenericJobEngineTest.java @@ -180,6 +180,7 @@ public void testSubmitDuplicatedJobs() throws IOException, InvalidJobInstanceExc } @Test + @Ignore("this test case is not good; it fails sometimes") public void testGoodJob() throws Exception { String uuid = "good_job_uuid"; jobManager.submitJob(createAGoodJobInstance(uuid, 5)); @@ -261,6 +262,7 @@ public void testDiscardSyncStep() throws Exception { } @Test + @Ignore("This test case is not good, it fails sometimes;") public void testKillMrStep() throws Exception { String uuid = "a_long_running_good_job_uuid_2"; JobInstance job = createAGoodJobInstance(uuid, 1);