Skip to content

Commit

Permalink
Mute FullClusterRestartIT.testDisableFieldNameField
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 9, 2024
1 parent d07651f commit c196500
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c196500

Please sign in to comment.