skip failing test suite (#126642)

This commit is contained in:
Kibana Machine 2022-03-15 14:12:00 -04:00
parent 608c4595fb
commit 98e38807e1

View file

@ -92,7 +92,8 @@ export default ({ getService }: FtrProviderContext) => {
},
];
describe('create_filters', function () {
// Failing: See https://github.com/elastic/kibana/issues/126642
describe.skip('create_filters', function () {
before(async () => {
await ml.testResources.setKibanaTimeZoneToUTC();
});