[TEST] mark tests in IndicesCustomDataPathIT with AwaitsFix
This commit is contained in:
parent
2eebbcf450
commit
0cb3e21a3e
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue