summaryrefslogtreecommitdiff
path: root/test/test_register_and_reset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_register_and_reset.cpp')
-rw-r--r--test/test_register_and_reset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_register_and_reset.cpp b/test/test_register_and_reset.cpp
index 7f2772c..95b7483 100644
--- a/test/test_register_and_reset.cpp
+++ b/test/test_register_and_reset.cpp
@@ -886,6 +886,6 @@ TEST(calibrate, delete_first_cube)
int main(int argc, char *argv[])
{
testing::InitGoogleTest(&argc, argv);
- testing::GTEST_FLAG(filter) = "test_register.reset_and_try_to_query_primary*";
+ // testing::GTEST_FLAG(filter) = "test_register.reset_and_try_to_query_primary*";
return RUN_ALL_TESTS();
} \ No newline at end of file