Merge "Temporarily disable FdsanTest.vfork." am: 960b8ed0cd

Change-Id: If97454c5cfc142c74fe499f6e82ad86140a6c159
diff --git a/tests/fdsan_test.cpp b/tests/fdsan_test.cpp
index 134d621..9932b21 100644
--- a/tests/fdsan_test.cpp
+++ b/tests/fdsan_test.cpp
@@ -194,7 +194,7 @@
 #endif
 }
 
-TEST_F(FdsanTest, vfork) {
+TEST_F(FdsanTest, DISABLED_vfork) {
   android::base::unique_fd fd(open("/dev/null", O_RDONLY));
 
   pid_t rc = vfork();