Remove left-over AwaitsFix in RateClusterStateIT (#45043)

Issues are closed and fixes in #42580 and #42430 seem to be merged to 7.x at
least.
This commit is contained in:
Christoph Büscher 2019-08-01 12:03:29 +02:00 committed by GitHub
parent 9e901c5f94
commit a669efd2a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -183,7 +183,6 @@ public class RareClusterStateIT extends ESIntegTestCase {
assertHitCount(client().prepareSearch("test").get(), 0);
}
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/41030")
public void testDelayedMappingPropagationOnPrimary() throws Exception {
// Here we want to test that things go well if there is a first request
// that adds mappings but before mappings are propagated to all nodes
@ -276,7 +275,6 @@ public class RareClusterStateIT extends ESIntegTestCase {
});
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36813")
public void testDelayedMappingPropagationOnReplica() throws Exception {
// This is essentially the same thing as testDelayedMappingPropagationOnPrimary
// but for replicas