Closed vblagoje closed 1 month ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
components/tools/openapi/_schema_conversion.py | 3 | 88.79% | ||
<!-- | Total: | 3 | --> |
Totals | |
---|---|
Change from base Build 11049067911: | -0.2% |
Covered Lines: | 1426 |
Relevant Lines: | 1583 |
@shadeMe @anakin87 This PR is intentionally coming from forked repo to test newly surfaced test failures described above
Just an observation: while working on #102, I noticed that unstable
tests are never executed and kept this behavior.
Just an observation: while working on #102, I noticed that
unstable
tests are never executed and kept this behavior.
Yes, the idea (Madeesh and I talked about it) was - don't execute unstable tests on CI, but execute them locally. I'll revisit these tests as soon as I'm done with this Hackathon prep.
test_allowed_operations
unit test (fork repo sensitive test)test_run_live_meteo_forecast_with_non_normalized_operation_id
asunstable
as meteo service can be often down