skip failing test suite (#139762)

This commit is contained in:
Kibana Machine 2022-09-08 07:28:45 -06:00
parent d6b871d661
commit 4c3d562a73

View file

@ -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;