Skip to content

Commit

Permalink
[ML] muting MLModelDeploymentsUpgradeIT elastic#87959 (elastic#88070)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent authored Jun 27, 2022
1 parent ca643d0 commit eb37ffc
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 @@
package org.elasticsearch.upgrades;

import org.apache.http.util.EntityUtils;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.Response;
Expand All @@ -29,6 +30,7 @@
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.hasSize;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/87959")
public class MLModelDeploymentsUpgradeIT extends AbstractUpgradeTestCase {

// See PyTorchModelIT for how this model was created
Expand Down

0 comments on commit eb37ffc

Please sign in to comment.