Mark failing test as awaits fix
This commit is contained in:
parent
b328e26160
commit
cf0edeaa4f
|
@ -329,6 +329,7 @@ public class IndexShardTests extends ESSingleNodeTestCase {
|
||||||
assertEquals(0, indexShard.getOperationsCount());
|
assertEquals(0, indexShard.getOperationsCount());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "simonw is working on a fix")
|
||||||
public void testMarkAsInactiveTriggersSyncedFlush() throws Exception {
|
public void testMarkAsInactiveTriggersSyncedFlush() throws Exception {
|
||||||
assertAcked(client().admin().indices().prepareCreate("test")
|
assertAcked(client().admin().indices().prepareCreate("test")
|
||||||
.setSettings(SETTING_NUMBER_OF_SHARDS, 1, SETTING_NUMBER_OF_REPLICAS, 0, IndexShard.INDEX_SHARD_INACTIVE_TIME_SETTING, "0s"));
|
.setSettings(SETTING_NUMBER_OF_SHARDS, 1, SETTING_NUMBER_OF_REPLICAS, 0, IndexShard.INDEX_SHARD_INACTIVE_TIME_SETTING, "0s"));
|
||||||
|
|
Loading…
Reference in New Issue