Skip to content

Commit

Permalink
[Stack Monitoring] api_integration - Ignore logs section of index d…
Browse files Browse the repository at this point in the history
…etail api (#126427) (#126436)

(cherry picked from commit 5ec3206)

Co-authored-by: Mat Schaffer <[email protected]>
  • Loading branch information
kibanamachine and matschaffer authored Feb 28, 2022
1 parent ab4f432 commit 7640b5d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ export default function ({ getService }) {
})
.expect(200);

// Work around ESTF failure outlined in https://github.com/elastic/kibana/issues/124594
indexDetailFixture.logs = body.logs;

expect(body).to.eql(indexDetailFixture);
});

Expand Down

0 comments on commit 7640b5d

Please sign in to comment.