We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38846f0 commit e59f6adCopy full SHA for e59f6ad
plotly/tests/test_core/test_file/test_file.py
@@ -8,6 +8,7 @@
8
import random
9
import string
10
from unittest import TestCase
11
+from nose.tools import nottest
12
13
import plotly.plotly as py
14
from plotly.exceptions import PlotlyRequestError
@@ -40,6 +41,7 @@ def test_create_nested_folders(self):
40
41
self.fail('Expected this *not* to fail! Status: {}'
42
.format(e.status_code))
43
44
+ @nottest
45
def test_duplicate_folders(self):
46
first_folder = self._random_filename()
47
py.file_ops.mkdirs(first_folder)
0 commit comments