Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ const verifyAlertsTableCount = (alertsCount: string) => {
verifyNumber(cy.getByTestSubj('toolbar-alerts-count'), alertsCount);
};

describe('Alert count', () => {
// Temporary skipping those test, will be enabled in the future once we fix them https://github.com/elastic/kibana/issues/204558
describe.skip('Alert count', () => {
beforeEach(() => {
cy.loginAsSuperUser();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { generateEntities, generateLogs, generateTraces } from './generate_data'
const start = '2024-10-16T00:00:00.000Z';
const end = '2024-10-16T00:15:00.000Z';

describe('Home page', () => {
// Temporary skipping those test, will be enabled in the future once we fix them https://github.com/elastic/kibana/issues/204558
describe.skip('Home page', () => {
beforeEach(() => {
cy.loginAsSuperUser();
});
Expand Down