Skip to content

Commit

Permalink
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 8095c7b commit 6a85e89
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 6a85e89

Please sign in to comment.