Skip to content

Commit

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

// FLAKY: https://github.com/elastic/kibana/issues/189943
// FLAKY: https://github.com/elastic/kibana/issues/190058
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' });
Expand Down

0 comments on commit 3bc36b1

Please sign in to comment.