mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Skip flaky test
This commit is contained in:
parent
b716333061
commit
709c818a0c
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue