Skip to content

Commit

Permalink
Skip render tests for text-writing-mode property
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshalamov committed Jun 20, 2019
1 parent 0da8c34 commit 069c6f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/ignores.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@
"render-tests/text-field/formatted-text-color": "skip - https://github.com/mapbox/mapbox-gl-js/issues/8045",
"render-tests/runtime-styling/layout-property-override-paint-property-expression": "skip - https://github.com/mapbox/mapbox-gl-js/issues/8045",
"render-tests/runtime-styling/layout-property-override-paint-property-literal": "skip - https://github.com/mapbox/mapbox-gl-js/issues/8045",
"render-tests/text-field/formatted-text-color-overrides-nested-expression": "skip - https://github.com/mapbox/mapbox-gl-js/issues/8045"
"render-tests/text-field/formatted-text-color-overrides-nested-expression": "skip - https://github.com/mapbox/mapbox-gl-js/issues/8045",
"render-tests/text-writing-mode/cjk-horizontal-vertical-mode": "skip - needs port",
"render-tests/text-writing-mode/cjk-variable-anchors-vertical-horizontal-mode": "skip - needs port",
"render-tests/text-writing-mode/cjk-variable-anchors-vertical-mode": "skip - needs port",
"render-tests/text-writing-mode/cjk-vertical-horizontal-mode": "skip - needs port",
"render-tests/text-writing-mode/cjk-vertical-mode": "skip - needs port",
"render-tests/text-writing-mode/latin-vertical-mode": "skip - needs port",
"render-tests/text-writing-mode/cjk-multiline-vertical-horizontal-mode": "skip - needs port"
}

0 comments on commit 069c6f0

Please sign in to comment.