Skip to content

Commit

Permalink
Unskip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Mar 21, 2020
1 parent 0da4c7d commit 8c89417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ export const ALIASES = {
};

export const MAPPINGS = {
_source: {},
_meta: {},
properties: {},
};
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,7 @@ describe('<TemplateCreate />', () => {
});
});

// Flaky
it.skip('should send the correct payload', async () => {
it('should send the correct payload', async () => {
const { actions } = testBed;

await act(async () => {
Expand Down

0 comments on commit 8c89417

Please sign in to comment.