(condition)
| 39 | |
| 40 | // Conditionally skip based on actual service availability |
| 41 | const describeIf = (condition) => (condition ? describe.skip : describe); |
| 42 | |
| 43 | describeIf(shouldSkipTests)('ondas prediction v1 (E2E)', () => { |
| 44 | describe('Route WITHOUT number of days for ondas', () => { |