mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suites (#190058)
This commit is contained in:
parent
a054b692d5
commit
3bc36b1d22
1 changed files with 1 additions and 0 deletions
|
@ -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' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue