Skip to content

Commit

Permalink
un-skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Jun 18, 2020
1 parent 05f6da3 commit 450b43b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ describe('when on the hosts page', () => {
});
});

describe.skip('when showing host Policy Response panel', () => {
describe('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 450b43b

Please sign in to comment.