mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Mute DynamicMappingIT#testConflictingDynamicMappings
Tracked in #37898.
This commit is contained in:
parent
eb973a4744
commit
afc60bb0e5
@ -41,6 +41,7 @@ public class DynamicMappingIT extends ESIntegTestCase {
|
||||
return Collections.singleton(InternalSettingsPlugin.class);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37898")
|
||||
public void testConflictingDynamicMappings() {
|
||||
// we don't use indexRandom because the order of requests is important here
|
||||
createIndex("index");
|
||||
|
Loading…
x
Reference in New Issue
Block a user