| Index: sandbox/linux/services/namespace_sandbox_unittest.cc
|
| diff --git a/sandbox/linux/services/namespace_sandbox_unittest.cc b/sandbox/linux/services/namespace_sandbox_unittest.cc
|
| index ace1f925a07ebd9cf9a350bce0ee1a22e6d02580..91e1db925d65165dedb5cf057727790ed10db061 100644
|
| --- a/sandbox/linux/services/namespace_sandbox_unittest.cc
|
| +++ b/sandbox/linux/services/namespace_sandbox_unittest.cc
|
| @@ -90,7 +90,8 @@ MULTIPROCESS_TEST_MAIN(ChrootMe) {
|
| return 0;
|
| }
|
|
|
| -TEST_F(NamespaceSandboxTest, ChrootAndDropCapabilities) {
|
| +// Temporarily disabled on ASAN due to crbug.com/451603.
|
| +TEST_F(NamespaceSandboxTest, DISABLE_ON_ASAN(ChrootAndDropCapabilities)) {
|
| TestProc("ChrootMe");
|
| }
|
|
|
|
|