skip flaky suites (#190058)

This commit is contained in:
Tiago Costa 2024-08-08 01:01:58 +01:00
parent a054b692d5
commit 3bc36b1d22
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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' });