Skip to content

Commit

Permalink
Merge pull request #3274 from batmat/JENKINS-48407-disable-test-tempo…
Browse files Browse the repository at this point in the history
…rarily

Disable test temporarily to get the release out
  • Loading branch information
daniel-beck committed Jan 29, 2018
2 parents 66bb3dc + 9123745 commit 631ed7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/test/java/hudson/util/AtomicFileWriterTest.java
Expand Up @@ -3,6 +3,7 @@
import org.apache.commons.io.FileUtils;
import org.hamcrest.core.StringContains;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand Down Expand Up @@ -141,6 +142,7 @@ public void badPath() throws Exception {
}
}

@Ignore // Need to fix the testing done here, since it assumes umask=002, which is wrong... Including on Kohsuke's release envt :-\.
@Issue("JENKINS-48407")
@Test
public void checkPermissions() throws IOException, InterruptedException {
Expand Down

0 comments on commit 631ed7a

Please sign in to comment.