Skip to content

Commit

Permalink
skip flaky suites (#189943)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 7, 2024
1 parent 1ee31fc commit a054b69
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('time zone switch', () => {
// FLAKY: https://github.com/elastic/kibana/issues/189943
describe.skip('time zone switch', () => {
it('should show bars in the correct time zone after switching', async function () {
await kibanaServer.uiSettings.update({ 'dateFormat:tz': 'America/Phoenix' });
await PageObjects.common.navigateToApp('discover');
Expand Down

0 comments on commit a054b69

Please sign in to comment.