diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-06-08 19:10:09 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-06-09 19:56:35 +0300 |
commit | 40211abd9a6cb6a3b0eb8dbe61e1ccb605d19677 (patch) | |
tree | cbd402cd0992f6245de79ff3106820d16b957367 /test | |
parent | c4e5ebbfee14bd3223ad77533b0d9cc01074902b (diff) | |
download | qtlocation-mapboxgl-40211abd9a6cb6a3b0eb8dbe61e1ccb605d19677.tar.gz |
[test] Rename Stress test to Load
Too slow to run on valgrind.
Diffstat (limited to 'test')
-rw-r--r-- | test/storage/asset_file_source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage/asset_file_source.cpp b/test/storage/asset_file_source.cpp index 64f7254807..ab214ff793 100644 --- a/test/storage/asset_file_source.cpp +++ b/test/storage/asset_file_source.cpp @@ -21,7 +21,7 @@ std::string getFileSourceRoot() { using namespace mbgl; -TEST(AssetFileSource, Stress) { +TEST(AssetFileSource, Load) { util::RunLoop loop; AssetFileSource fs(getFileSourceRoot()); |