diff --git a/core/src/test/java/org/elasticsearch/indices/IndicesCustomDataPathIT.java b/core/src/test/java/org/elasticsearch/indices/IndicesCustomDataPathIT.java
index 61a603daac4..46d6f126f81 100644
--- a/core/src/test/java/org/elasticsearch/indices/IndicesCustomDataPathIT.java
+++ b/core/src/test/java/org/elasticsearch/indices/IndicesCustomDataPathIT.java
@@ -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));
diff --git a/dev-tools/src/main/resources/ant/integration-tests.xml b/dev-tools/src/main/resources/ant/integration-tests.xml
index d3dd4cde3c3..3da39286400 100644
--- a/dev-tools/src/main/resources/ant/integration-tests.xml
+++ b/dev-tools/src/main/resources/ant/integration-tests.xml
@@ -173,7 +173,7 @@
-
+
diff --git a/docs/reference/indices/put-mapping.asciidoc b/docs/reference/indices/put-mapping.asciidoc
index dc8a5f194b9..25b6ce33917 100644
--- a/docs/reference/indices/put-mapping.asciidoc
+++ b/docs/reference/indices/put-mapping.asciidoc
@@ -70,7 +70,7 @@ In general, the mapping for existing fields cannot be updated. There are some
exceptions to this rule. For instance:
* new <> can be added to <