diff --git a/test/integration/render-tests/runtime-styling/image-add-nonsdf/expected.png b/test/integration/render-tests/runtime-styling/image-add-nonsdf/expected.png deleted file mode 100644 index 8145cf2f10c..00000000000 Binary files a/test/integration/render-tests/runtime-styling/image-add-nonsdf/expected.png and /dev/null differ diff --git a/test/integration/render-tests/runtime-styling/image-add-nonsdf/style.json b/test/integration/render-tests/runtime-styling/image-add-nonsdf/style.json deleted file mode 100644 index b74d23fc476..00000000000 --- a/test/integration/render-tests/runtime-styling/image-add-nonsdf/style.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "version": 8, - "metadata": { - "test": { - "width": 64, - "height": 64, - "operations": [ - [ - "addImage", - "dot.sdf", - "./image/dot.sdf.png" - ], - [ - "addLayer", - { - "id": "geometry", - "type": "symbol", - "source": "geometry", - "layout": { - "icon-image": "dot.sdf" - }, - "paint": { - "icon-color": "red" - } - } - ], - [ - "wait" - ] - ] - } - }, - "sources": { - "geometry": { - "type": "geojson", - "data": { - "type": "Point", - "coordinates": [0, 0] - } - } - }, - "layers": [] -} -