We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d641255 commit 1cb4d95Copy full SHA for 1cb4d95
readthedocs/rtd_tests/tests/test_config_integration.py
@@ -752,7 +752,6 @@ def test_sphinx_fail_on_warning(
752
append_conf.assert_called_once()
753
move.assert_called_once()
754
755
- @pytest.mark.skip
756
@patch('readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.move')
757
@patch('readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.append_conf')
758
@patch('readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.run')
@@ -791,7 +790,6 @@ def test_mkdocs_configuration(
791
790
792
793
794
795
796
797
0 commit comments