File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
readthedocs/rtd_tests/tests Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -752,7 +752,6 @@ def test_sphinx_fail_on_warning(
752
752
append_conf .assert_called_once ()
753
753
move .assert_called_once ()
754
754
755
- @pytest .mark .skip
756
755
@patch ('readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.move' )
757
756
@patch ('readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.append_conf' )
758
757
@patch ('readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.run' )
@@ -791,7 +790,6 @@ def test_mkdocs_configuration(
791
790
append_conf .assert_called_once ()
792
791
move .assert_called_once ()
793
792
794
- @pytest .mark .skip
795
793
@patch ('readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.move' )
796
794
@patch ('readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.append_conf' )
797
795
@patch ('readthedocs.doc_builder.backends.mkdocs.BaseMkdocs.run' )
You can’t perform that action at this time.
0 commit comments