Skip to content

Commit

Permalink
Mute DebMetadataTests.test05CheckLintian
Browse files Browse the repository at this point in the history
Relates #46903
  • Loading branch information
ywelsch committed Sep 25, 2019
1 parent a799fde commit 61f0eaa
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.Before;
import org.junit.Ignore;

import java.util.regex.Pattern;

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

@Ignore
public void test05CheckLintian() {
sh.run("lintian --fail-on-warnings " + FileUtils.getDistributionFile(distribution()));
}
Expand Down

0 comments on commit 61f0eaa

Please sign in to comment.