mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing test suite (#129219)
This commit is contained in:
parent
f268096982
commit
4b1804af8b
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
const SPACE1 = 'space1';
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/129219
|
||||
describe('ruleRegistryAlertsSearchStrategy', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/129219
|
||||
describe.skip('ruleRegistryAlertsSearchStrategy', () => {
|
||||
let kibanaVersion: string;
|
||||
before(async () => {
|
||||
kibanaVersion = await kbnClient.version.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue