diff --git a/map/map_tests/map_foreach_test.cpp b/map/map_tests/map_foreach_test.cpp index 20f1cee755..a6bd707e09 100644 --- a/map/map_tests/map_foreach_test.cpp +++ b/map/map_tests/map_foreach_test.cpp @@ -275,10 +275,10 @@ namespace void RunTestForChoice(string const & fName) { - cout << "Run " << fName << "? (y/n)\n"; - char c; - cin >> c; - if (c == 'y') +// cout << "Run " << fName << "? (y/n)\n"; +// char c; +// cin >> c; +// if (c == 'y') RunTest(fName + DATA_FILE_EXTENSION); } } @@ -286,5 +286,5 @@ namespace UNIT_TEST(IndexForEachTest) { RunTestForChoice("minsk-pass"); - RunTestForChoice("london-center"); + //RunTestForChoice("london-center"); }