Skip to content

Commit

Permalink
skip failing es promotion suites (#179166)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 21, 2024
1 parent c9d7ee0 commit dd53060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/uptime/ml_anomaly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default ({ getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');
const archive = 'x-pack/test/functional/es_archives/uptime/full_heartbeat';

describe('uptime ml anomaly', function () {
// FAILING ES FORWARD COMPATIBLITY: https://github.com/elastic/kibana/issues/179166
describe.skip('uptime ml anomaly', function () {
this.tags(['skipFirefox']);
const dateStart = 'Sep 10, 2019 @ 12:40:08.078';
const dateEnd = 'Sep 11, 2019 @ 19:40:08.078';
Expand Down

0 comments on commit dd53060

Please sign in to comment.