Re-enable lintian packaging test (#60698)

It appears the odd permission problems of NOTICE and the lintian
overrides file have disappeared, probably through further build cleanup.
This commit re-enables the lintian tests.

closes #58730
This commit is contained in:
Ryan Ernst 2020-08-05 14:48:25 -07:00 committed by Ryan Ernst
parent 2f76c48ea7
commit b883c17990
No known key found for this signature in database
GPG Key ID: 5F7EA39E15F54DCE
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ 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")) {