summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-15 01:50:36 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-15 16:43:00 +0200
commit4ccd3ff47395d12488546cc2ad7941998ab31f4c (patch)
tree0c833f509d7d6d91364b30599de0fb9fba509725
parent3f11d48a321dc9107d2126972f4f863d2bf84719 (diff)
downloadqtlocation-mapboxgl-4ccd3ff47395d12488546cc2ad7941998ab31f4c.tar.gz
[probes] 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.
-rw-r--r--metrics/tests/probes/file-size/fail-file-not-found/expected.pngbin169 -> 0 bytes
-rw-r--r--metrics/tests/probes/file-size/fail-file-not-found/style.json32
2 files changed, 0 insertions, 32 deletions
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
--- a/metrics/tests/probes/file-size/fail-file-not-found/expected.png
+++ /dev/null
Binary files 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"
- }
- ]
-}