Skip flakey index template component integration tests. (#54878)

This commit is contained in:
CJ Cenizal 2020-01-15 02:28:38 -08:00 committed by GitHub
parent f77b36206a
commit 33713cbdc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;