Skip to content

Commit

Permalink
[ML] Unmute model deployment rolling upgrade test (#88124)
Browse files Browse the repository at this point in the history
Unmuting to collect logs after adding more logging to
version 8.2.

Relates #87959
  • Loading branch information
dimitris-athanasiou authored Jun 28, 2022
1 parent 3b77266 commit e78eeb0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
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 @@ -30,7 +29,6 @@
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 e78eeb0

Please sign in to comment.