Skip to content

Commit 74a0bd6

Browse files
Removing time value field for 8.*
1 parent 8172961 commit 74a0bd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/inference/src/internalClusterTest/java/org/elasticsearch/xpack/inference/integration/SemanticTextIndexVersionIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import org.elasticsearch.cluster.metadata.IndexMetadata;
1414
import org.elasticsearch.common.io.stream.NamedWriteableRegistry;
1515
import org.elasticsearch.common.settings.Settings;
16-
import org.elasticsearch.core.TimeValue;
1716
import org.elasticsearch.index.IndexVersion;
1817
import org.elasticsearch.index.IndexVersions;
1918
import org.elasticsearch.index.mapper.vectors.DenseVectorFieldMapper;
@@ -129,7 +128,7 @@ public void testSemanticText() throws Exception {
129128
version.id(),
130129
client().admin()
131130
.indices()
132-
.prepareGetSettings(TimeValue.THIRTY_SECONDS, indexName)
131+
.prepareGetSettings(indexName)
133132
.get()
134133
.getIndexToSettings()
135134
.get(indexName)

0 commit comments

Comments
 (0)