summaryrefslogtreecommitdiff
path: root/test/test_fuzz_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_fuzz_test.cpp')
-rw-r--r--test/test_fuzz_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_fuzz_test.cpp b/test/test_fuzz_test.cpp
index 3b91f68..533217a 100644
--- a/test/test_fuzz_test.cpp
+++ b/test/test_fuzz_test.cpp
@@ -560,7 +560,7 @@ TEST(Fuzz_test, simple_one_for_perf)
int main(int argc, char *argv[])
{
testing::InitGoogleTest(&argc, argv);
- testing::GTEST_FLAG(filter) = "*spreadsketch";
+ // testing::GTEST_FLAG(filter) = "*spreadsketch";
// testing::GTEST_FLAG(filter) = "-Fuzz_test.simple_one_for_perf";
return RUN_ALL_TESTS();