mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#132739)
This commit is contained in:
parent
a7e2bb1966
commit
d08f413fa3
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const PageObjects = getPageObjects(['common', 'triggersActionsUI', 'header']);
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('Rule tag badge', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/132739
|
||||
describe.skip('Rule tag badge', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/observability/alerts');
|
||||
await PageObjects.common.navigateToUrlWithBrowserHistory(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue