Skip to content

Commit

Permalink
Fix TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Aug 3, 2020
1 parent b5110c3 commit d4204f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('space with index pattern management disabled', () => {
describe('space with index pattern management disabled', function () {
this.tags(['skipCloud']);
before(async () => {
await spacesService.create({
Expand Down

0 comments on commit d4204f1

Please sign in to comment.