Skip to content

Commit

Permalink
skip flaky suite (#59030)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 11, 2020
1 parent 07a7caa commit 4223658
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ const openModalWithJsonContent = ({ find, component }: TestBed) => async (json:
});
};

describe('<LoadMappingsProvider />', () => {
// FLAKY: https://github.com/elastic/kibana/issues/59030
describe.skip('<LoadMappingsProvider />', () => {
test('it should forward valid mapping definition', async () => {
const mappingsToLoad = {
properties: {
Expand Down

0 comments on commit 4223658

Please sign in to comment.