Skip to content

Commit

Permalink
[ML] Mute MLModelDeploymentsUpgradeIT (#88251)
Browse files Browse the repository at this point in the history
Relates #87959
  • Loading branch information
dimitris-athanasiou authored Jul 4, 2022
1 parent 3c2d925 commit 06607c3
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 06607c3

Please sign in to comment.