File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
hadoop-common-project/hadoop-common
src/test/java/org/apache/hadoop/security Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -723,6 +723,9 @@ Release 2.7.0 - UNRELEASED
723723 Ozawa via vinodkv)
724724
725725 HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. (Li Lu via vinodkv)
726+
727+ HADOOP-11796. Skip TestShellBasedIdMapping.testStaticMapUpdate on Windows.
728+ (Xiaoyu Yao via cnauroth)
726729
727730Release 2.6.1 - UNRELEASED
728731
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ public void testStaticMapping() throws IOException {
129129 // Test staticMap refreshing
130130 @ Test
131131 public void testStaticMapUpdate () throws IOException {
132+ assumeTrue (!Shell .WINDOWS );
132133 File tempStaticMapFile = File .createTempFile ("nfs-" , ".map" );
133134 tempStaticMapFile .delete ();
134135 Configuration conf = new Configuration ();
You can’t perform that action at this time.
0 commit comments