Skip to content

Commit

Permalink
remove skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
adcoelho committed Jan 22, 2025
1 parent 48d8a88 commit 3008452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function createMaintenanceWindowTests({ getService }: FtrProvider
});
}

describe.skip('rRuleSchema validation', () => {
describe('rRuleSchema validation', () => {
it('should create maintenance window with byweekday', async () => {
const rrule = {
dtstart: new Date().toISOString(),
Expand Down

0 comments on commit 3008452

Please sign in to comment.