mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#135339)
This commit is contained in:
parent
35191f0182
commit
54d5cc48ea
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const toasts = getService('toasts');
|
||||
|
||||
describe('Kibana Tags Page Accessibility', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/135339
|
||||
describe.skip('Kibana Tags Page Accessibility', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
|
||||
useActualUrl: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue