Skip to content

Commit

Permalink
Mute ML upgrade test (#30458)
Browse files Browse the repository at this point in the history
It fails fairly frequently. Some ML expert will look soon.
  • Loading branch information
alpar-t authored and nik9000 committed May 8, 2018
1 parent 3a912df commit 4b36ea7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
import com.carrotsearch.randomizedtesting.annotations.TimeoutSuite;

import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.TimeUnits;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.util.concurrent.ThreadContext;
Expand All @@ -29,6 +30,7 @@
import static org.hamcrest.Matchers.is;

@TimeoutSuite(millis = 5 * TimeUnits.MINUTE) // to account for slow as hell VMs
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30456")
public class UpgradeClusterClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {

/**
Expand Down

0 comments on commit 4b36ea7

Please sign in to comment.