Skip to content

Commit e8278ad

Browse files
sakrolekgithub-actions[bot]
authored andcommitted
Skip tests that don't work in native
GitOrigin-RevId: 297738912f2b8413423d9f06827c92ad69268e73
1 parent 02edb0f commit e8278ad

12 files changed

Lines changed: 4 additions & 7 deletions

File tree

Binary file not shown.
Binary file not shown.

test/integration/render-tests/debug/padding/set-padding/style.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
]
2020
],
2121
"skip-test": [
22-
{"platform-tag-contains": "native-macos", "reason": "skip - padding debug option is not implemented in metal renderer"},
23-
{"platform-tag-contains": "native-ios-metal", "reason": "https://github.com/mapbox/mapbox-gl-native/issues/16212"}
22+
{"platform-tag-contains": "native", "reason": "skip - padding debug option is not implemented in renderer"}
2423
]
2524
}
2625
},
Binary file not shown.
Binary file not shown.

test/integration/render-tests/skybox/atmosphere-padding/style.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
],
2222
"skip-test": [
2323
{"platform-tag-contains": "web", "reason": "Flaky https://github.com/mapbox/mapbox-gl-js/issues/10314"},
24-
{"platform-tag-contains": "native-android-gl-powervr", "reason": "To be fixed - https://mapbox.atlassian.net/browse/MAPSNAT-3865"},
25-
{"platform-tag-contains": "native-macos", "reason": "skip - padding debug option is not implemented in metal renderer"}
24+
{"platform-tag-contains": "native", "reason": "skip - padding debug option is not implemented in renderer"}
2625
]
2726
}
2827
},
Binary file not shown.
Binary file not shown.

test/integration/render-tests/skybox/gradient/padding/style.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
],
2222
"skip-test": [
23-
{"platform-tag-contains": "native-macos", "reason": "skip - padding debug option is not implemented in metal renderer"}
23+
{"platform-tag-contains": "native", "reason": "skip - padding debug option is not implemented in renderer"}
2424
]
2525
}
2626
},
Binary file not shown.

0 commit comments

Comments
 (0)