From b7e26d1ff217f86fabca0799b7817c9655debee1 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Sun, 15 Dec 2019 01:50:36 +0200 Subject: [metrics] Delete test that doesn't make sense This test is ignored because we expect it to "ignore but fail". But it will generate a fatal error because it doesn't have the metrics file, thus should have been skipped instead. --- .../file-size/fail-file-not-found/expected.png | Bin 169 -> 0 bytes .../file-size/fail-file-not-found/style.json | 32 --------------------- 2 files changed, 32 deletions(-) delete mode 100644 metrics/tests/probes/file-size/fail-file-not-found/expected.png delete mode 100644 metrics/tests/probes/file-size/fail-file-not-found/style.json (limited to 'metrics/tests') diff --git a/metrics/tests/probes/file-size/fail-file-not-found/expected.png b/metrics/tests/probes/file-size/fail-file-not-found/expected.png deleted file mode 100644 index 83d01c4e5d..0000000000 Binary files a/metrics/tests/probes/file-size/fail-file-not-found/expected.png and /dev/null differ diff --git a/metrics/tests/probes/file-size/fail-file-not-found/style.json b/metrics/tests/probes/file-size/fail-file-not-found/style.json deleted file mode 100644 index 74054e1f40..0000000000 --- a/metrics/tests/probes/file-size/fail-file-not-found/style.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "version": 8, - "metadata": { - "test": { - "operations": [ - ["probeFileSize", "style", "style.aaaa", 0], - ["probeFileSize", "image", "expected.bbb", 0] - ], - "width": 64, - "height": 64 - } - }, - "sources": { - "geojson": { - "type": "geojson", - "data": { - "type": "Point", - "coordinates": [ - 0, - 0 - ] - } - } - }, - "layers": [ - { - "id": "circle", - "type": "circle", - "source": "geojson" - } - ] -} -- cgit v1.2.1