Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Disable one test on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 2, 2019
1 parent 46ba893 commit 7e80337
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -8,7 +8,7 @@
import unittest
import shutil
from pyquickhelper.loghelper import fLOG
from pyquickhelper.pycode import get_temp_folder, add_missing_development_version
from pyquickhelper.pycode import get_temp_folder, add_missing_development_version, skipif_circleci
from pyquickhelper.ipythonhelper import execute_notebook_list, execute_notebook_list_finalize_ut, get_additional_paths


Expand Down Expand Up @@ -59,6 +59,7 @@ def a_test_notebook_runner(self, name, folder, valid=None, copy_files=None):
temp, keepnote, additional_path=add_path, valid=valid)
execute_notebook_list_finalize_ut(res, fLOG=fLOG, dump=thismodule)

@skipif_circleci("Too long with no output, probably")
def test_notebook_torch_CIFAR(self):
fLOG(
__file__,
Expand Down

0 comments on commit 7e80337

Please sign in to comment.