Skip flaky test

This commit is contained in:
Brian Seeders 2019-10-22 11:03:02 -04:00
parent b716333061
commit 709c818a0c
No known key found for this signature in database
GPG key ID: 424927146CC9A682

View file

@ -115,7 +115,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
after(async () => {
await esArchiver.unload('kibana_sample_data_flights');
});
it('should be able to switch between index patterns', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/43150
it.skip('should be able to switch between index patterns', async () => {
const value = await PageObjects.visualBuilder.getMetricValue();
expect(value).to.eql('156');
await PageObjects.visualBuilder.clickPanelOptions('metric');