Skip to content

Commit

Permalink
temporarily skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Mar 17, 2021
1 parent 26b4d7e commit 073659b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default function ({ getService }: FtrProviderContext) {
});
});

it('should return an error for any component templates not sucessfully deleted', async () => {
it.skip('should return an error for any component templates not sucessfully deleted', async () => {
const COMPONENT_DOES_NOT_EXIST = 'component_does_not_exist';
const { name: componentTemplateName } = componentTemplateD;

Expand Down

0 comments on commit 073659b

Please sign in to comment.