Skip to content

Commit

Permalink
Ignore failing tests on gl-native
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jun 15, 2017
1 parent e96111b commit 24938a6
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"metadata": {
"test": {
"height": 256,
"allowed": 0.0005
"allowed": 0.0005,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"center": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"version": 8,
"metadata": {
"test": {
"height": 256
"height": 256,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"center": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"version": 8,
"metadata": {
"test": {
"height": 256
"height": 256,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"center": [
Expand Down Expand Up @@ -103,4 +106,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"version": 8,
"metadata": {
"test": {
"height": 256
"height": 256,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"center": [
Expand Down Expand Up @@ -103,4 +106,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"version": 8,
"metadata": {
"test": {
"height": 256
"height": 256,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"center": [
Expand Down Expand Up @@ -49,4 +52,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"operations": [
[ "setBearing", 180 ],
[ "wait" ]
]
],
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"center": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"version": 8,
"metadata": {
"test": {
"height": 256
"height": 256,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"center": [
Expand Down Expand Up @@ -49,4 +52,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"version": 8,
"metadata": {
"test": {
"height": 256
"height": 256,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"center": [
Expand Down Expand Up @@ -49,4 +52,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"metadata": {
"test": {
"width": 64,
"height": 64
"height": 64,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"zoom": 2.75,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"metadata": {
"test": {
"height": 512,
"width": 512
"width": 512,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"zoom": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"metadata": {
"test": {
"height": 512,
"width": 512
"width": 512,
"ignored": {
"native": "https://github.com/mapbox/mapbox-gl-native/issues/9272"
}
}
},
"zoom": 2,
Expand Down

0 comments on commit 24938a6

Please sign in to comment.