Exclude testSmartStereoProjectionFactorPP

release/4.3a0
Frank Dellaert 2023-02-05 21:10:38 -08:00
parent 52a72b5f2b
commit 9a7bce8540
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Exclude tests that don't work
set (slam_excluded_tests
testSerialization.cpp
testSmartStereoProjectionFactorPP.cpp # unstable after PR #1442
)
gtsamAddTestsGlob(slam_unstable "test*.cpp" "${slam_excluded_tests}" "gtsam_unstable")