Mute DockerTests.test010Install

This commit is contained in:
Mark Vieira 2020-08-06 16:45:41 -07:00
parent cf39a69be3
commit 8e9f8ba420
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ public class DockerTests extends PackagingTestCase {
/** /**
* Checks that the Docker image can be run, and that it passes various checks. * Checks that the Docker image can be run, and that it passes various checks.
*/ */
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60853")
public void test010Install() { public void test010Install() {
verifyContainerInstallation(installation, distribution()); verifyContainerInstallation(installation, distribution());
} }