Skip to content

Commit 4c98d0c

Browse files
committed
Mute DebMetadataTests.test05CheckLintian
Signed-off-by: Mark Vieira <[email protected]>
1 parent 1d0e342 commit 4c98d0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/os/src/test/java/org/elasticsearch/packaging/test/DebMetadataTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import org.elasticsearch.packaging.util.FileUtils;
2525
import org.elasticsearch.packaging.util.Shell;
2626
import org.junit.BeforeClass;
27+
import org.junit.Ignore;
2728

2829
import java.util.regex.Pattern;
2930

@@ -37,6 +38,7 @@ public static void filterDistros() {
3738
assumeTrue("only deb", distribution.packaging == Distribution.Packaging.DEB);
3839
}
3940

41+
@Ignore // awaits fix: https://github.com/elastic/elasticsearch/issues/52554
4042
public void test05CheckLintian() {
4143
String extraArgs = "";
4244
if (sh.run("lintian --help").stdout.contains("fail-on-warnings")) {

0 commit comments

Comments
 (0)