skip flaky suite (#75697)

This commit is contained in:
spalger 2020-08-24 13:46:58 -07:00
parent 6dbc2f7fd1
commit 1fbb6e57a1

View file

@ -18,6 +18,7 @@ const ABSOLUTE_DATE = {
startTime: '2019-08-01T20:03:29.186Z',
};
// FLAKY: https://github.com/elastic/kibana/issues/75697
describe.skip('URL compatibility', () => {
it('Redirects to Detection alerts from old Detections URL', () => {
loginAndWaitForPage(DETECTIONS);