Skip to content

Commit

Permalink
SLCORE-821 Temporarily disable a test
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-urruty-sonarsource committed May 24, 2024
1 parent 943a223 commit 1b2f8a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import java.nio.file.attribute.FileTime;
import java.util.concurrent.TimeUnit;
import org.apache.commons.io.FileUtils;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;
import org.sonar.api.utils.TempFolder;
Expand Down Expand Up @@ -54,6 +55,7 @@ void createTempFolderProps() throws Exception {
}

@Test
@Disabled("SLCORE-821")
void cleanUpOld() throws IOException {
var creationTime = System.currentTimeMillis() - TimeUnit.DAYS.toMillis(100);

Expand Down

0 comments on commit 1b2f8a1

Please sign in to comment.