From 4a1204da1b54389c840e436a12db46d9bead4fce Mon Sep 17 00:00:00 2001 From: tatiana-yan Date: Tue, 28 May 2019 18:01:00 +0300 Subject: [PATCH] [search] Disable SmokeTest_CategoriesTest for highway-ford until it's invisible. --- search/search_integration_tests/smoke_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/search/search_integration_tests/smoke_test.cpp b/search/search_integration_tests/smoke_test.cpp index 980ff06c03..8daf1a4c81 100644 --- a/search/search_integration_tests/smoke_test.cpp +++ b/search/search_integration_tests/smoke_test.cpp @@ -159,6 +159,7 @@ UNIT_CLASS_TEST(SmokeTest, CategoriesTest) {"place", "islet"}, {"power", "pole"}, {"highway", "footway"}, + {"highway", "ford"}, // MAPSME-10683 {"highway", "living_street"}, {"highway", "motorway"}, {"highway", "motorway_link"},