Commit 40e6161e authored by Louis Boval's avatar Louis Boval Committed by Facebook Github Bot

Disabling failing test for fbandroid

Summary: this particular test fails reliably for fbandroid. Modifying the code in fbcode, assuming it will be synced promptly.

Reviewed By: edelron

Differential Revision: D4000722

fbshipit-source-id: fca5e691ea5c972ddd245acee1c17720730539d4
parent 7c2ef80c
......@@ -229,9 +229,13 @@ TEST(ExceptionWrapper, getExceptionPtr_test) {
EXPECT_THROW(std::rethrow_exception(eptr), IntException);
// Test with empty ew.
// Disabling pending fix for fbandroid: t13822116
/*
exception_wrapper empty_ew;
eptr = empty_ew.getExceptionPtr();
EXPECT_DEATH(std::rethrow_exception(eptr), "exception");
*/
}
TEST(ExceptionWrapper, with_exception_deduction) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment