Skip to content

Commit

Permalink
reduce duration of a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 2, 2016
1 parent 07dcd7b commit 9b15d97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _unittests/ut_documentation/test_LONG_run_notebooks_nlp.py
Expand Up @@ -80,7 +80,9 @@ def test_long_run_notebook(self):
def valid(cell):
if "open_html_form" in cell:
return False
if "open_window_params" in cell:
if "open_html_form" in cell:
return False
if "[50000, 100000, 200000, 500000, 500000,, 1000000, 2000000, None]" in cell:
return False
if '<div style="position:absolute' in cell:
return False
Expand Down

0 comments on commit 9b15d97

Please sign in to comment.