Skip to content

Commit 4fc0dc0

Browse files
committed
skip failing test suite (#239960)
1 parent 730a7de commit 4fc0dc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/platform/test/functional/apps/dashboard/group3/bwc_short_urls.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
4545
expect((await find.allByCssSelector('.mapTocEntry')).length).to.be(4);
4646
}
4747

48-
describe('bwc short urls', () => {
48+
// Failing: See https://github.com/elastic/kibana/issues/239960
49+
describe.skip('bwc short urls', () => {
4950
let baseUrl: string;
5051
before(async () => {
5152
await common.navigateToUrl('home', '/tutorial_directory/sampleData', {

0 commit comments

Comments
 (0)