mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky test (#40458)
This commit is contained in:
parent
1025f2df7a
commit
3a13b7ce23
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
|
|||
expect(actualCount).to.be(expectedLegendValue);
|
||||
});
|
||||
|
||||
it('should show the correct count in the legend with "Human readable" duration formatter', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/40458
|
||||
it.skip('should show the correct count in the legend with "Human readable" duration formatter', async () => {
|
||||
await visualBuilder.clickSeriesOption();
|
||||
await visualBuilder.changeDataFormatter('Duration');
|
||||
await visualBuilder.setDurationFormatterSettings({ to: 'Human readable' });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue