(condition)
| 39 | |
| 40 | // Conditionally skip based on actual service availability |
| 41 | const describeIf = (condition) => (condition ? describe.skip : describe); |
| 42 | |
| 43 | describeIf(shouldSkipTests)('weather airport v1 (E2E)', () => { |
| 44 | test('GET /api/cptec/v1/clima/aeroporto/:icaoCode (Código inexistente)', async () => { |