mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#168281)
This commit is contained in:
parent
00c922fae3
commit
bf6549b690
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const log = getService('log');
|
||||
|
||||
describe('annotation listing page', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/168281
|
||||
describe.skip('annotation listing page', function () {
|
||||
before(async function () {
|
||||
await kibanaServer.importExport.load(
|
||||
'test/functional/fixtures/kbn_archiver/annotation_listing_page_search'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue