Mute DebMetadataTests#test05CheckLintian (#58733)

This commit is contained in:
Alan Woodward 2020-06-30 13:30:18 +01:00 committed by Alan Woodward
parent ceff00997d
commit a9677efb56
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ public class DebMetadataTests extends PackagingTestCase {
assumeTrue("only deb", distribution.packaging == Distribution.Packaging.DEB);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58730")
public void test05CheckLintian() {
String extraArgs = "";
if (sh.run("lintian --help").stdout.contains("fail-on-warnings")) {