Mute DebMetadataTests#test05CheckLintian (#58733)
This commit is contained in:
parent
ceff00997d
commit
a9677efb56
|
@ -37,6 +37,7 @@ public class DebMetadataTests extends PackagingTestCase {
|
||||||
assumeTrue("only deb", distribution.packaging == Distribution.Packaging.DEB);
|
assumeTrue("only deb", distribution.packaging == Distribution.Packaging.DEB);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58730")
|
||||||
public void test05CheckLintian() {
|
public void test05CheckLintian() {
|
||||||
String extraArgs = "";
|
String extraArgs = "";
|
||||||
if (sh.run("lintian --help").stdout.contains("fail-on-warnings")) {
|
if (sh.run("lintian --help").stdout.contains("fail-on-warnings")) {
|
||||||
|
|
Loading…
Reference in New Issue