Skip to content

Commit

Permalink
Merge branch 'WFCORE-7102' of https://github.com/ehsavoie/wildfly-core
Browse files Browse the repository at this point in the history
…into WFCORE-7102
  • Loading branch information
ehsavoie committed Dec 18, 2024
2 parents eb328cc + 3be8757 commit af92bd7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import org.jboss.dmr.ModelNode;
import org.junit.After;
import org.junit.Assert;
import org.junit.Assume;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.wildfly.core.testrunner.ServerControl;
Expand Down Expand Up @@ -74,10 +73,6 @@ public void testConfigurationNotUpdated() throws Exception {

@Test
public void testReadOnlyConfigurationDirectory() throws Exception {
// We ignore the test on Windows to prevent in case of errors the pollution of %TMPDIR% with read only directories
// On unix machines, the /tmp dir is always deleted on each server boot by root user.
Assume.assumeFalse(TestSuiteEnvironment.isWindows());

final Path jbossHome = Paths.get(System.getProperty("jboss.home"));
final Path configDir = jbossHome.resolve("standalone").resolve("configuration");
final Path standaloneTmpDir = jbossHome.resolve("standalone").resolve("tmp");
Expand Down

0 comments on commit af92bd7

Please sign in to comment.