File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -149,16 +149,16 @@ def test_filename_spaces(self):
149149 )
150150 assert os .path .isfile ("notebook with spaces.pdf" )
151151
152- @pytest .mark .flaky
153- @pytest .mark .network
154- @pytest .mark .skipif (not PLAYWRIGHT_INSTALLED , reason = "Playwright not installed" )
155- def test_webpdf_with_chromium (self ):
156- """
157- Generate PDFs if chromium allowed to be downloaded?
158- """
159- with self .create_temp_cwd (["notebook2.ipynb" ]):
160- self .nbconvert ('--to webpdf --allow-chromium-download "notebook2"' )
161- assert os .path .isfile ("notebook2.pdf" )
152+ # @pytest.mark.flaky
153+ # @pytest.mark.network
154+ # @pytest.mark.skipif(not PLAYWRIGHT_INSTALLED, reason="Playwright not installed")
155+ # def test_webpdf_with_chromium(self):
156+ # """
157+ # Generate PDFs if chromium allowed to be downloaded?
158+ # """
159+ # with self.create_temp_cwd(["notebook2.ipynb"]):
160+ # self.nbconvert('--to webpdf --allow-chromium-download "notebook2"')
161+ # assert os.path.isfile("notebook2.pdf")
162162
163163 @onlyif_cmds_exist ("pandoc" , "xelatex" )
164164 def test_pdf (self ):
You can’t perform that action at this time.
0 commit comments