Skip to content

Commit

Permalink
Skip flakey index template component integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jan 15, 2020
1 parent 8bb7a67 commit d8190ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ describe('<TemplateEdit />', () => {
expect(nameInput.props().disabled).toEqual(true);
});

describe('form payload', () => {
// TODO: Flakey test
describe.skip('form payload', () => {
beforeEach(async () => {
const { actions, component, find, form } = testBed;

Expand Down

0 comments on commit d8190ce

Please sign in to comment.