mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#196153)
This commit is contained in:
parent
2b3ff6728d
commit
173b5259df
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
await rules.common.cancelRuleCreation();
|
||||
}
|
||||
|
||||
describe('create alert', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/196153
|
||||
describe.skip('create alert', function () {
|
||||
let apmSynthtraceEsClient: ApmSynthtraceEsClient;
|
||||
before(async () => {
|
||||
await esArchiver.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue