Skip to content

Commit

Permalink
Public export of Nexus code:
Browse files Browse the repository at this point in the history
  - df1a370e565e8ed9a89de22362c792164e683edd by Joshua Hill <[email protected]>

GitOrigin-RevId: df1a370e565e8ed9a89de22362c792164e683edd
  • Loading branch information
thejosh00 authored and sonatype-zion committed Dec 15, 2022
1 parent 8f360f7 commit 02ff26d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import org.sonatype.nexus.internal.atlas.customizers.InstallConfigurationCustomizer.SanitizedHazelcastFileSource;
import org.sonatype.nexus.internal.atlas.customizers.InstallConfigurationCustomizer.SanitizedJettyFileSource;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand All @@ -48,6 +49,7 @@ public class InstallConfigurationCustomizerTest

// SanitizedJettyFileSource can correctly apply XSLT to jetty-https to remove text from known password fields
@Test
@Ignore("NEXUS-36012")
public void testSanitizedJettyFileSource() throws Exception {
File temp = tempFolder.newFile("test-.xml");

Expand Down

0 comments on commit 02ff26d

Please sign in to comment.