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

Commit

Permalink
disable a test on skipif_circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 27, 2020
1 parent 0953e37 commit 6522a63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _unittests/ut_dnotebooks/test_nb_coverage_2018_2019.py
Expand Up @@ -6,7 +6,9 @@
import unittest
from pyquickhelper.loghelper import fLOG
from pyquickhelper.ipythonhelper import test_notebook_execution_coverage
from pyquickhelper.pycode import add_missing_development_version, ExtTestCase
from pyquickhelper.pycode import (
add_missing_development_version, ExtTestCase,
skipif_circleci)
import ensae_teaching_cs


Expand All @@ -16,6 +18,7 @@ def setUp(self):
add_missing_development_version(["pymyinstall", "pyensae", "jyquickhelper"],
__file__, hide=True)

@skipif_circleci("stuck")
def test_notebook_2018_2019(self):
fLOG(
__file__,
Expand Down

0 comments on commit 6522a63

Please sign in to comment.