MAPREDUCE-4113. Fix tests org.apache.hadoop.mapred.TestClusterMRNotification (Devaraj K via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1310409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
90d9cab02e
commit
adeef5ec8f
@ -204,6 +204,9 @@ Release 2.0.0 - UNRELEASED
|
||||
|
||||
MAPREDUCE-4097. tools testcases fail because missing mrapp-generated-classpath
|
||||
file in classpath (rvs via tucu)
|
||||
|
||||
MAPREDUCE-4113. Fix tests org.apache.hadoop.mapred.TestClusterMRNotification
|
||||
(Devaraj K via bobby)
|
||||
|
||||
Release 0.23.3 - UNRELEASED
|
||||
|
||||
|
@ -20,12 +20,9 @@
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import org.junit.Ignore;
|
||||
|
||||
/**
|
||||
* Tests Job end notification in cluster mode.
|
||||
*/
|
||||
@Ignore
|
||||
public class TestClusterMRNotification extends NotificationTestCase {
|
||||
|
||||
public TestClusterMRNotification() throws IOException {
|
||||
|
Loading…
Reference in New Issue
Block a user