Skip to content

Commit

Permalink
skip tests using hostDetailsPolicyResponseActionBadge
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jun 18, 2020
1 parent d26cbef commit bdb6592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ describe('when on the hosts page', () => {
});
});

describe('when showing host Policy Response panel', () => {
describe.skip('when showing host Policy Response panel', () => {
let renderResult: ReturnType<typeof render>;
beforeEach(async () => {
coreStart.http.post.mockImplementation(async (requestOptions) => {
Expand Down

0 comments on commit bdb6592

Please sign in to comment.