mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Reporting] skip flaky reporting tests (#45659)
* Add option for Internet Explorer IE11 * WIP trying to figure out IE options/capabilities * more attempts to get IE tests working * more work, but still can't set font size in Dev Tools Console * two changes for IE * revert skip in console test * this change *appears* to set absolute times but they don't stick * Shakespeare passing on all 3 browsers * add config.ie.js, change 'internet explorer' to 'ie' * increase notifications:lifetime so ew have a chance to see the message * correct path with this missing slash * skip flaky tests issues #45499 #42725 * revert these files to master * revert to master
This commit is contained in:
parent
c6e78599e8
commit
d9cd4e614e
2 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,8 @@ export default function ({ getService }) {
|
||||||
const reportingAPI = getService('reportingAPI');
|
const reportingAPI = getService('reportingAPI');
|
||||||
const usageAPI = getService('usageAPI');
|
const usageAPI = getService('usageAPI');
|
||||||
|
|
||||||
describe('BWC report generation into existing indexes', () => {
|
// FLAKY: https://github.com/elastic/kibana/issues/42725
|
||||||
|
describe.skip('BWC report generation into existing indexes', () => {
|
||||||
let expectedCompletedReportCount;
|
let expectedCompletedReportCount;
|
||||||
let cleanupIndexAlias;
|
let cleanupIndexAlias;
|
||||||
|
|
||||||
|
|
|
@ -187,7 +187,8 @@ export default function ({ getService, getPageObjects }) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('Print PNG button', () => {
|
// FLAKY: https://github.com/elastic/kibana/issues/43131
|
||||||
|
describe.skip('Print PNG button', () => {
|
||||||
it('is not available if new', async () => {
|
it('is not available if new', async () => {
|
||||||
await PageObjects.common.navigateToApp('dashboard');
|
await PageObjects.common.navigateToApp('dashboard');
|
||||||
await PageObjects.dashboard.clickNewDashboard();
|
await PageObjects.dashboard.clickNewDashboard();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue