Skip to content

Commit 1235039

Browse files
committed
added the GH issue link
1 parent 2b97d6e commit 1235039

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plotly/tests/test_core/test_grid/test_grid.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ def test_delete_grid():
182182

183183

184184
# Plotly failures
185-
@skip('adding this for now so test_file_tools pass, more info on GH python-api #260')
185+
@skip('adding this for now so test_file_tools pass, more info' +
186+
'https://github.com/plotly/python-api/issues/262')
186187
def test_duplicate_filenames():
187188
c1 = Column([1, 2, 3, 4], 'first column')
188189
g = Grid([c1])

0 commit comments

Comments
 (0)