Skip to content

Commit 7dcabbb

Browse files
committed
[TEST] temporary disable InstallPluginCommandTests#testPluginsDirMissing
Relates #24693
1 parent 7b1dd21 commit 7dcabbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distribution/tools/plugin-cli/src/test/java/org/elasticsearch/plugins/InstallPluginCommandTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ public void testUnknownPlugin() throws Exception {
348348
assertTrue(e.getMessage(), e.getMessage().contains("Unknown plugin foo"));
349349
}
350350

351+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/24693")
351352
public void testPluginsDirMissing() throws Exception {
352353
Tuple<Path, Environment> env = createEnv(fs, temp);
353354
Files.delete(env.v2().pluginsFile());

0 commit comments

Comments
 (0)