Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Nov 19, 2024
1 parent 04a4f49 commit 34fc327
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ private static void assertDefaultE5Config(Map<String, Object> modelConfig) {
}

public void testMultipleInferencesTriggeringDownloadAndDeploy() throws InterruptedException {
assumeTrue("Default config requires a feature flag", DefaultElserFeatureFlag.isEnabled());

int numParallelRequests = 4;
var latch = new CountDownLatch(numParallelRequests);
var errors = new ArrayList<Exception>();
Expand Down

0 comments on commit 34fc327

Please sign in to comment.