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:
parent
59dd889c10
commit
acd49f89c7
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue