Merge "Temporarily disable FdsanTest.vfork." am: 960b8ed0cd
Change-Id: If97454c5cfc142c74fe499f6e82ad86140a6c159
This commit is contained in:
commit
5618417bdb
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue