Internal change

PiperOrigin-RevId: 488552135
This commit is contained in:
Camillo Lugaresi 2022-11-14 21:40:40 -08:00 committed by Copybara-Service
parent 87dff8142c
commit 6f54308c25

View File

@ -171,6 +171,7 @@ class TimestampBoundTestCalculator : public CalculatorBase {
}; };
REGISTER_CALCULATOR(TimestampBoundTestCalculator); REGISTER_CALCULATOR(TimestampBoundTestCalculator);
#if 0 // test is flaky, try it with --runs_per_test=200
TEST(CallbackTest, TestAddMultiStreamCallbackWithTimestampNotification) { TEST(CallbackTest, TestAddMultiStreamCallbackWithTimestampNotification) {
std::string config_str = R"( std::string config_str = R"(
node { node {
@ -203,6 +204,7 @@ TEST(CallbackTest, TestAddMultiStreamCallbackWithTimestampNotification) {
EXPECT_THAT(sums, testing::ElementsAre(10, 20)); EXPECT_THAT(sums, testing::ElementsAre(10, 20));
} }
#endif
} // namespace } // namespace
} // namespace mediapipe } // namespace mediapipe