Skip to content

Commit f0f967d

Browse files
committed
skip failing test suite (#233920)
1 parent 791b062 commit f0f967d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • x-pack/solutions/observability/test/functional/apps/infra

x-pack/solutions/observability/test/functional/apps/infra/home_page.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
7171
return !!currentUrl.match(path);
7272
});
7373

74-
describe('Home page', function () {
74+
// Failing: See https://github.com/elastic/kibana/issues/233920
75+
describe.skip('Home page', function () {
7576
this.tags('includeFirefox');
7677
let synthEsClient: InfraSynthtraceEsClient;
7778

0 commit comments

Comments
 (0)