From c19650066c210f960eda550fe62b076c6b58e810 Mon Sep 17 00:00:00 2001 From: Mark Vieira Date: Tue, 9 Jan 2024 13:13:08 -0800 Subject: [PATCH] Mute FullClusterRestartIT.testDisableFieldNameField --- .../org/elasticsearch/xpack/restart/FullClusterRestartIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java b/x-pack/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java index 85126d9f1f12e..6854035281670 100644 --- a/x-pack/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java +++ b/x-pack/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/restart/FullClusterRestartIT.java @@ -996,6 +996,7 @@ public void testDataStreams() throws Exception { /** * Tests that a single document survives. Super basic smoke test. */ + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104101") public void testDisableFieldNameField() throws IOException { assumeTrue("can only disable field names field before 8.0", Version.fromString(getOldClusterVersion()).before(Version.V_8_0_0)); String docLocation = "/nofnf/_doc/1";