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-16 22:52:01 +0200
commitb7e26d1ff217f86fabca0799b7817c9655debee1 (patch)
treeab9b4a000178dded526fa5e320dc9eb45f1025b7
parent8869d09b2543d33ce8f9d457f4c3d8f9e9b23903 (diff)
downloadqtlocation-mapboxgl-b7e26d1ff217f86fabca0799b7817c9655debee1.tar.gz
[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.
-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"
- }
- ]
-}