Skip to content

Commit

Permalink
[Reporting/Flaky Test] Skip test for paging list of reports (#75075)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan authored and Tyler Smalley committed Aug 14, 2020
1 parent 2129b13 commit ef5c95e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

it('Paginates historical reports', async () => {
it.skip('Paginates historical reports', async () => {
// wait for first row of page 1
await testSubjects.find('checkboxSelectRow-k9a9xlwl0gpe1457b10rraq3');

Expand Down

0 comments on commit ef5c95e

Please sign in to comment.