mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
27.07.2007 9909b52ff204e205e1865f0aa3536fc528e81362
Disabling the TestStaticUtils.testRenameFileLockedTarget test case because it
is running (and failing) on non-Windows platforms.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestStaticUtils.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestStaticUtils.java
@@ -903,7 +903,7 @@
   *
   * @throws Exception If the test failed unexpectedly.
   */
  @Test(groups = {"windows"}, expectedExceptions = IOException.class)
  @Test(enabled=false, groups={"windows"}, expectedExceptions=IOException.class)
  public void testRenameFileLockedTarget() throws Exception {
    File src = File.createTempFile("src", null);
    File target = File.createTempFile("target", null);