summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2024-08-12 17:02:25 +0800
committerchenzizhan <[email protected]>2024-08-12 17:02:25 +0800
commit1f1dbd6510812caacbb9eb81af8db59a1b23a718 (patch)
tree90a0d1999e0129e93c06c3b65ea10ebff9a145e4 /test
parent7ccaafd2c6b2527ac9b98c4c376ce29a8c5e5cb9 (diff)
fix ci
Diffstat (limited to 'test')
-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