Browse Source

test: skip duration filters

pull/5537/head
Raju Udava 1 year ago
parent
commit
582b98021d
  1. 2
      tests/playwright/tests/db/filters.spec.ts

2
tests/playwright/tests/db/filters.spec.ts

@ -327,7 +327,7 @@ test.describe('Filter Tests: Numerical', () => {
await numBasedFilterTest('Rating', '3', '2');
});
test('Filter: Duration', async () => {
test.skip('Filter: Duration', async () => {
await numBasedFilterTest('Duration', '00:01', '01:03');
});

Loading…
Cancel
Save