Skip to content

Commit

Permalink
skipped flakey FTR
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Sep 13, 2024
1 parent 5e2b6ac commit 40dcb0e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,8 @@ export default ({ getService }: FtrProviderContext) => {
);
});

it('alerts has intended_timestamp set to the time of the manual run', async () => {
// Flakey test - https://github.com/elastic/kibana/issues/192935
it.skip('alerts has intended_timestamp set to the time of the manual run', async () => {
const id = uuidv4();
const firstTimestamp = moment(new Date()).subtract(3, 'h').toISOString();
const secondTimestamp = new Date().toISOString();
Expand Down

0 comments on commit 40dcb0e

Please sign in to comment.