未验证 提交 631ed7a4 编写于 作者: D Daniel Beck 提交者: GitHub

Merge pull request #3274 from batmat/JENKINS-48407-disable-test-temporarily

Disable test temporarily to get the release out
......@@ -3,6 +3,7 @@ package hudson.util;
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;
......@@ -141,6 +142,7 @@ public class AtomicFileWriterTest {
}
}
@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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册