mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip flaky suite (#75044)
This commit is contained in:
parent
9760498ebf
commit
d4f52471bf
1 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
||||||
const testSubjects = getService('testSubjects');
|
const testSubjects = getService('testSubjects');
|
||||||
const esArchiver = getService('esArchiver');
|
const esArchiver = getService('esArchiver');
|
||||||
|
|
||||||
describe('Listing of Reports', function () {
|
// FLAKY: https://github.com/elastic/kibana/issues/75044
|
||||||
|
describe.skip('Listing of Reports', function () {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
await security.testUser.setRoles(['kibana_admin', 'reporting_user']);
|
await security.testUser.setRoles(['kibana_admin', 'reporting_user']);
|
||||||
await esArchiver.load('empty_kibana');
|
await esArchiver.load('empty_kibana');
|
||||||
|
@ -67,7 +68,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it.skip('Paginates historical reports', async () => {
|
it('Paginates historical reports', async () => {
|
||||||
// wait for first row of page 1
|
// wait for first row of page 1
|
||||||
await testSubjects.find('checkboxSelectRow-k9a9xlwl0gpe1457b10rraq3');
|
await testSubjects.find('checkboxSelectRow-k9a9xlwl0gpe1457b10rraq3');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue