Skip to content

Commit

Permalink
skip flaky suite (#145102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 16, 2022
1 parent 072c70d commit 0fc9aff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const defaultScaledFloatParameters = {
store: false,
};

describe('Mappings editor: scaled float datatype', () => {
// FLAKY: https://github.com/elastic/kibana/issues/145102
describe.skip('Mappings editor: scaled float datatype', () => {
/**
* Variable to store the mappings data forwarded to the consumer component
*/
Expand Down

0 comments on commit 0fc9aff

Please sign in to comment.