Skip to content

Commit

Permalink
skip failing test suite (elastic#155122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and Devon Thomson committed Aug 1, 2023
1 parent a1ef336 commit bbd7b2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default ({ getService }: FtrProviderContext) => {
const log = getService('log');
const es = getService('es');

describe('Rule exception operators for data type double', () => {
// Failing: See https://github.com/elastic/kibana/issues/155122
describe.skip('Rule exception operators for data type double', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/rule_exceptions/double');
await esArchiver.load('x-pack/test/functional/es_archives/rule_exceptions/double_as_string');
Expand Down

0 comments on commit bbd7b2d

Please sign in to comment.