File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
plugins/workload-management/src/internalClusterTest/java/org/opensearch/plugin/wlm Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 10
10
11
11
import com .carrotsearch .randomizedtesting .annotations .ParametersFactory ;
12
12
13
+ import org .apache .lucene .tests .util .LuceneTestCase ;
13
14
import org .opensearch .ResourceNotFoundException ;
14
15
import org .opensearch .action .ActionRequest ;
15
16
import org .opensearch .action .ActionRequestValidationException ;
137
138
import static org .opensearch .test .hamcrest .OpenSearchAssertions .assertAcked ;
138
139
import static org .opensearch .threadpool .ThreadPool .Names .SAME ;
139
140
141
+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/19354#issuecomment-3335405007" )
140
142
public class WlmAutoTaggingIT extends ParameterizedStaticSettingsOpenSearchIntegTestCase {
141
143
142
144
private static final TimeValue TIMEOUT = new TimeValue (1 , TimeUnit .SECONDS );
You can’t perform that action at this time.
0 commit comments