Skip to content

Commit

Permalink
Unmute Lintian test again (#88301)
Browse files Browse the repository at this point in the history
The most recent problem should be fixed by elastic/ml-cpp#2346

Fixes #88090
Fixes #88252
  • Loading branch information
droberts195 authored Jul 6, 2022
1 parent 55fd4c6 commit 8f14b8b
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/88090")
public void test05CheckLintian() {
String extraArgs = "";
final String helpText = sh.run("lintian --help").stdout();
Expand Down

0 comments on commit 8f14b8b

Please sign in to comment.