mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#126642)
This commit is contained in:
parent
608c4595fb
commit
98e38807e1
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue