skip tests using hostDetailsPolicyResponseActionBadge

This commit is contained in:
Jonathan Budzenski 2020-06-18 15:19:46 -05:00
parent d26cbef389
commit bdb65920f0

View file

@ -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) => {