提交 91237450 编写于 作者: B Baptiste Mathus

Disable test temporarily to get the release out

Note: this test is wrong, the production code is correct.
So that is why disabling this test until we fix it is OK.
上级 66bb3dc6
......@@ -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.
先完成此消息的编辑!
想要评论请 注册