mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#139762)
This commit is contained in:
parent
d6b871d661
commit
4c3d562a73
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
}
|
||||
};
|
||||
|
||||
describe('dashboard state', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/139762
|
||||
describe.skip('dashboard state', function describeIndexTests() {
|
||||
// Used to track flag before and after reset
|
||||
let isNewChartsLibraryEnabled = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue