Add decorator @pytest.mark.slow that will skip a test by default.
@pytest.mark.slow
The command-line option --runslow, which will enable these tests, has been added to the CI script.
--runslow