Merge "Temporarily disable FdsanTest.vfork."

This commit is contained in:
Josh Gao 2020-05-13 01:48:17 +00:00 committed by Gerrit Code Review
commit 960b8ed0cd

View file

@ -194,7 +194,7 @@ TEST_F(FdsanTest, unique_fd_unowned_close_after_move) {
#endif
}
TEST_F(FdsanTest, vfork) {
TEST_F(FdsanTest, DISABLED_vfork) {
android::base::unique_fd fd(open("/dev/null", O_RDONLY));
pid_t rc = vfork();