[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:
Lee Drengenberg 2019-09-13 15:34:35 -05:00 committed by GitHub
parent c6e78599e8
commit d9cd4e614e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,8 @@ export default function ({ getService }) {
const reportingAPI = getService('reportingAPI');
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 cleanupIndexAlias;

View file

@ -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 () => {
await PageObjects.common.navigateToApp('dashboard');
await PageObjects.dashboard.clickNewDashboard();