Skip to content

Commit

Permalink
Unmute Lintian packaging test (#85778)
Browse files Browse the repository at this point in the history
The test was muted due to #85691.

The underlying problem should be fixed by
elastic/ml-cpp#2255.

This PR needs to be merged after the new artifacts
created from merging elastic/ml-cpp#2255 have been
uploaded to S3.
  • Loading branch information
droberts195 authored Apr 12, 2022
1 parent 64bbfe9 commit 1a92589
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static void filterDistros() {
assumeTrue("only deb", distribution.packaging == Distribution.Packaging.DEB);
}

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

0 comments on commit 1a92589

Please sign in to comment.