Skip to content

Commit

Permalink
Merge pull request #10025 from IQSS/10024-disable-config-check-servic…
Browse files Browse the repository at this point in the history
…e-test

disable ConfigCheckServiceTest
  • Loading branch information
kcondon authored Oct 26, 2023
2 parents 240669e + b9f7709 commit 4226b55
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

import static java.nio.file.attribute.PosixFilePermission.GROUP_READ;
import static java.nio.file.attribute.PosixFilePermission.OWNER_READ;
import org.junit.jupiter.api.Disabled;

@Disabled
class ConfigCheckServiceTest {

@TempDir
Expand Down

0 comments on commit 4226b55

Please sign in to comment.