Skip test that is reported as unreliable

> Unreliable test timings! On an initial run, this test took 352.68ms,
> which exceeded the deadline of 200.00ms, but on a subsequent run it
> took 5.00 ms, which did not. If you expect this sort of variability in
> your test timings, consider turning deadlines off for this test by
> setting deadline=None.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-06-17 19:06:56 +02:00
parent b30c893d37
commit 9ddf2d6690
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ pytest_args=(
--deselect astropy/tests/test_logger.py::test_warnings_logging
--deselect astropy/tests/test_logger.py::test_warnings_logging_with_custom_class
--deselect astropy/tests/test_logger.py::test_warning_logging_with_io_votable_warning
--deselect astropy/time/tests/test_precision.py::test_sidereal_lat_independent
)
pushd %{buildroot}/%{python3_sitearch}