[TEST] mark tests in IndicesCustomDataPathIT with AwaitsFix

This commit is contained in:
Lee Hinman 2015-08-12 15:44:19 -06:00
parent 2eebbcf450
commit 0cb3e21a3e
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,7 @@ public class IndicesCustomDataPathIT extends ESIntegTestCase {
@Test
@TestLogging("_root:DEBUG,index:TRACE")
@AwaitsFix(bugUrl = "path shenanigans, Lee is looking into it")
public void testDataPathCanBeChanged() throws Exception {
final String INDEX = "idx";
Path root = createTempDir();
@ -140,6 +141,7 @@ public class IndicesCustomDataPathIT extends ESIntegTestCase {
}
@Test
@AwaitsFix(bugUrl = "path shenanigans, Lee is looking into it")
public void testIndexCreatedWithCustomPathAndTemplate() throws Exception {
final String INDEX = "myindex2";
internalCluster().startNodesAsync(1, nodeSettings(path));