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 1010
1111import com .carrotsearch .randomizedtesting .annotations .ParametersFactory ;
1212
13+ import org .apache .lucene .tests .util .LuceneTestCase ;
1314import org .opensearch .ResourceNotFoundException ;
1415import org .opensearch .action .ActionRequest ;
1516import org .opensearch .action .ActionRequestValidationException ;
137138import static org .opensearch .test .hamcrest .OpenSearchAssertions .assertAcked ;
138139import static org .opensearch .threadpool .ThreadPool .Names .SAME ;
139140
141+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/19354#issuecomment-3335405007" )
140142public class WlmAutoTaggingIT extends ParameterizedStaticSettingsOpenSearchIntegTestCase {
141143
142144 private static final TimeValue TIMEOUT = new TimeValue (1 , TimeUnit .SECONDS );
You can’t perform that action at this time.
0 commit comments