Skip to content

Commit

Permalink
silence InstallPluginCommandTests, see #30900
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs authored and Christoph Büscher committed May 28, 2018
1 parent efb62db commit 857f3d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import com.google.common.jimfs.Configuration;
import com.google.common.jimfs.Jimfs;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.bouncycastle.bcpg.ArmoredOutputStream;
import org.bouncycastle.bcpg.BCPGOutputStream;
import org.bouncycastle.bcpg.HashAlgorithmTags;
Expand Down Expand Up @@ -115,6 +116,7 @@
import static org.hamcrest.Matchers.not;

@LuceneTestCase.SuppressFileSystems("*")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30900")
public class InstallPluginCommandTests extends ESTestCase {

private InstallPluginCommand skipJarHellCommand;
Expand Down

0 comments on commit 857f3d3

Please sign in to comment.