Skip to content

Commit

Permalink
Mute HttpCertificateCommandTests.testTextFileSubstitutions (elastic#5…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer authored and SivagurunathanV committed Jan 21, 2020
1 parent 30e9bfb commit 1e3fdcf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import com.google.common.jimfs.Configuration;
import com.google.common.jimfs.Jimfs;
import joptsimple.OptionSet;
import org.apache.lucene.util.Constants;
import org.bouncycastle.asn1.DERIA5String;
import org.bouncycastle.asn1.DEROctetString;
import org.bouncycastle.asn1.DERSequence;
Expand Down Expand Up @@ -529,6 +530,7 @@ public void testGuessFileType() throws Exception {
}

public void testTextFileSubstitutions() throws Exception {
assumeFalse("https://github.com/elastic/elasticsearch/issues/50964", Constants.WINDOWS);
CheckedBiFunction<String, Map<String, String>, String, Exception> copy = (source, subs) -> {
try (InputStream in = new ByteArrayInputStream(source.getBytes(StandardCharsets.UTF_8));
StringWriter out = new StringWriter();
Expand Down

0 comments on commit 1e3fdcf

Please sign in to comment.