Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@
import org.elasticsearch.packaging.util.FileUtils;
import org.elasticsearch.packaging.util.Shell;
import org.junit.BeforeClass;
import org.junit.Ignore;

import java.util.regex.Pattern;

@@ -37,6 +38,7 @@ public static void filterDistros() {
assumeTrue("only deb", distribution.packaging == Distribution.Packaging.DEB);
}

@Ignore // awaits fix: https://github.com/elastic/elasticsearch/issues/52554
public void test05CheckLintian() {
String extraArgs = "";
if (sh.run("lintian --help").stdout.contains("fail-on-warnings")) {

0 comments on commit 4c98d0c

Please sign in to comment.