Skip to content

Commit

Permalink
[7.x] skip test Reporting paginates content #74922
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Aug 13, 2020
1 parent f28d967 commit 1b50d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

it('Paginates content', async () => {
it.skip('Paginates content', async () => {
const previousButton = await testSubjects.find('pagination-button-previous');

// previous CAN NOT be clicked
Expand Down

0 comments on commit 1b50d7d

Please sign in to comment.