Re-enable PluginCliTests.test20SymlinkPluginsDir (#62736)

This test was disabled with an awaits fix, but the underlying issue has
been worked around, so the test can be re-enabled.

relates #46050
relates #58628
This commit is contained in:
Ryan Ernst 2020-09-24 16:46:23 -07:00 committed by Ryan Ernst
parent 59dd889c10
commit acd49f89c7
No known key found for this signature in database
GPG Key ID: 5F7EA39E15F54DCE
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ public class PluginCliTests extends PackagingTestCase {
install();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58605")
public void test20SymlinkPluginsDir() throws Exception {
Path pluginsDir = installation.plugins;
Path stashedPluginsDir = createTempDir("stashed-plugins");