Skip to content

Commit

Permalink
Revert "[Stack Monitoring] api_integration - Ignore logs section of…
Browse files Browse the repository at this point in the history
… index detail api" (#126559) (#126582)

(cherry picked from commit aafb7be)

Co-authored-by: Mat Schaffer <[email protected]>
  • Loading branch information
kibanamachine and matschaffer authored Mar 1, 2022
1 parent 14001b5 commit 6c1161d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ 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 6c1161d

Please sign in to comment.