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 Apr 8, 2020
1 parent 3e4469c commit 56fa9a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const openModalWithJsonContent = ({ find, waitFor }: TestBed) => async (json: an
});
};

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 56fa9a5

Please sign in to comment.