Skip to content

Commit

Permalink
Revert "Unmute Lintian test (#88228)"
Browse files Browse the repository at this point in the history
This reverts commit 793dcc7.
  • Loading branch information
droberts195 committed Jul 4, 2022
1 parent 4c7ed5f commit 3c2d925
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static void filterDistros() {
assumeTrue("only deb", distribution.packaging == Distribution.Packaging.DEB);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88090")
public void test05CheckLintian() {
String extraArgs = "";
final String helpText = sh.run("lintian --help").stdout();
Expand Down

0 comments on commit 3c2d925

Please sign in to comment.