super-productivity/e2e/tests/sync/webdav-sync-recurring.spec.ts
2025-12-29 12:48:36 +01:00

6 lines
270 B
TypeScript

// Recurring task tests removed - feature too complex for reliable e2e testing
import { test } from '../../fixtures/test.fixture';
test.describe('WebDAV Sync Recurring Tasks', () => {
test.skip('removed - feature too complex for reliable e2e testing', () => {});
});