Skip to content

Commit

Permalink
Update native extent test ignores
Browse files Browse the repository at this point in the history
* 1024-line is failing on OS X in CI
* mapbox/mapbox-gl-native#250 is fixed, so we shouldn't cite that as the reference
  • Loading branch information
jfirebaugh committed Mar 31, 2016
1 parent fc3f230 commit 1e0d988
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion render-tests/extent/1024-circle/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"metadata": {
"test": {
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/250"
"native": "needs investigation"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion render-tests/extent/1024-fill/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": {
"diff": 0.0008,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/250"
"native": "needs investigation"
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion render-tests/extent/1024-line/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"version": 8,
"metadata": {
"test": {
"diff": 0.0003
"diff": 0.0005,
"ignored": {
"native": "needs investigation"
}
}
},
"center": [
Expand Down
2 changes: 1 addition & 1 deletion render-tests/extent/1024-symbol/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": {
"diff": 0.003,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/250"
"native": "needs investigation"
}
}
},
Expand Down

0 comments on commit 1e0d988

Please sign in to comment.