1
0
Эх сурвалжийг харах

Revert "Mute HuggingFaceEmbeddingsModelTests testThrowsURISyntaxException_ForInvalidUrl in FIPS (#104515)"

This reverts commit 2423e175145c2b989aeea5cf56a6fbe84e2223a5.
Albert Zaharovits 1 жил өмнө
parent
commit
1b274a8a58

+ 0 - 1
x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/services/huggingface/embeddings/HuggingFaceEmbeddingsModelTests.java

@@ -19,7 +19,6 @@ import static org.hamcrest.Matchers.is;
 public class HuggingFaceEmbeddingsModelTests extends ESTestCase {
 
     public void testThrowsURISyntaxException_ForInvalidUrl() {
-        assumeFalse("https://github.com/elastic/elasticsearch/issues/104513", inFipsJvm());
         var thrownException = expectThrows(IllegalArgumentException.class, () -> createModel("^^", "secret"));
         assertThat(thrownException.getMessage(), is("unable to parse url [^^]"));
     }