Skip to content

Commit

Permalink
skip failing test suite (#168281)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 30, 2024
1 parent b6c1b9b commit f1a6cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/group3/_annotation_listing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f1a6cf3

Please sign in to comment.