mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
[TEST] Unmute DebMetadataTests.test05CheckLintian (#52719)
The underlying problem was fixed in elastic/ml-cpp#1019 Backport of #52696
This commit is contained in:
parent
c6e35b460e
commit
4cae4ded4b
@ -24,7 +24,6 @@ import org.elasticsearch.packaging.util.Distribution;
|
||||
import org.elasticsearch.packaging.util.FileUtils;
|
||||
import org.elasticsearch.packaging.util.Shell;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
@ -38,7 +37,6 @@ public class DebMetadataTests extends PackagingTestCase {
|
||||
assumeTrue("only deb", distribution.packaging == Distribution.Packaging.DEB);
|
||||
}
|
||||
|
||||
@Ignore // awaits fix: https://github.com/elastic/elasticsearch/issues/52554
|
||||
public void test05CheckLintian() {
|
||||
String extraArgs = "";
|
||||
if (sh.run("lintian --help").stdout.contains("fail-on-warnings")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user