diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-07-18 20:21:57 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-07-26 09:50:38 -0700 |
commit | 11933f6ab81248a884db3b1f69be714a60b6a86c (patch) | |
tree | b52ebfb6f9263f83270532f0df70a039b41f245c /cmake/test-files.cmake | |
parent | c85193a0ad05fd4040ee711d606129e510dc45fe (diff) | |
download | qtlocation-mapboxgl-11933f6ab81248a884db3b1f69be714a60b6a86c.tar.gz |
[core] Remove API tests that are covered by node tests
Diffstat (limited to 'cmake/test-files.cmake')
-rw-r--r-- | cmake/test-files.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 3595233f2a..1bae959bb7 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -17,8 +17,6 @@ set(MBGL_TEST_FILES test/api/api_misuse.test.cpp test/api/custom_layer.test.cpp test/api/query.test.cpp - test/api/render_missing.test.cpp - test/api/repeated_render.test.cpp # gl test/gl/bucket.test.cpp |