Mark failing test as awaits fix

This commit is contained in:
Simon Willnauer 2015-11-05 16:39:11 +01:00
parent b328e26160
commit cf0edeaa4f
1 changed files with 1 additions and 0 deletions

View File

@ -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"));