summaryrefslogtreecommitdiff
path: root/tests/test_api_translator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api_translator.py')
-rw-r--r--tests/test_api_translator.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/test_api_translator.py b/tests/test_api_translator.py
index d987a1b57..60d3b5f0f 100644
--- a/tests/test_api_translator.py
+++ b/tests/test_api_translator.py
@@ -48,17 +48,6 @@ def test_html_with_set_translator_for_html_(app, status, warning):
assert translator_class.__name__ == 'ConfHTMLTranslator'
-# this test break test_websupport.test_comments test. why?
-# @pytest.mark.sphinx(
-# buildername='dirhtml',
-# srcdir=(test_roots / 'test-api-set-translator'),
-# )
-# def test_dirhtml_set_translator_for_dirhtml(app, status, warning):
-# translator_class = app.builder.translator_class
-# assert translator_class
-# assert translator_class.__name__ == 'ConfDirHTMLTranslator'
-
-
@pytest.mark.sphinx('singlehtml', testroot='api-set-translator')
def test_singlehtml_set_translator_for_singlehtml(app, status, warning):
translator_class = app.builder.translator_class