diff --git a/src/util/tests/hashTest.cpp b/src/util/tests/hashTest.cpp index 95357886d7..93a1989741 100644 --- a/src/util/tests/hashTest.cpp +++ b/src/util/tests/hashTest.cpp @@ -151,6 +151,6 @@ int main(int argc, char** argv) { TEST(testCase, hashTest) { simpleTest(); stringKeyTest(); -// noLockPerformanceTest(); + noLockPerformanceTest(); multithreadsTest(); } \ No newline at end of file