Skip to content

Commit 5328c3f

Browse files
committed
based on Andrew’s recommendation added decoter to test-grid, so
test_file_tools pass in circle
1 parent a1c3d56 commit 5328c3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/tests/test_core/test_grid/test_grid.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
from nose import with_setup
1414
from nose.tools import raises
15+
from unittest import skip
1516

1617
import plotly.plotly as py
1718
from plotly.exceptions import InputError, PlotlyRequestError
@@ -181,6 +182,7 @@ def test_delete_grid():
181182

182183

183184
# Plotly failures
185+
@skip('adding this for now so test_file_tools pass, more info on GH python-api #260')
184186
def test_duplicate_filenames():
185187
c1 = Column([1, 2, 3, 4], 'first column')
186188
g = Grid([c1])

0 commit comments

Comments
 (0)