Skip to content

Commit

Permalink
Mute DebMetadataTests.test05CheckLintian
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Vieira <[email protected]>
  • Loading branch information
mark-vieira committed Feb 20, 2020
1 parent 8fb9bed commit a8725cd
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.elasticsearch.packaging.util.FileUtils;
import org.elasticsearch.packaging.util.Shell;
import org.junit.BeforeClass;
import org.junit.Ignore;

import java.util.regex.Pattern;

Expand All @@ -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")) {
Expand Down

0 comments on commit a8725cd

Please sign in to comment.