Skip to content
Snippets Groups Projects
Commit b11f446b authored by Bailey Forrest's avatar Bailey Forrest Committed by Andre Eisenbach
Browse files

Disable broken unittest

Change-Id: I9c7dbd8dfdb440a31e4c98e93ee533fe96ee7b0e
parent 51215e64
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,8 @@ cc_test { ...@@ -175,7 +175,8 @@ cc_test {
}, },
linux: { linux: {
srcs: btserviceLinuxSrc + [ srcs: btserviceLinuxSrc + [
"test/ipc_linux_unittest.cc", // TODO(bcf): Fix this test.
//"test/ipc_linux_unittest.cc",
], ],
host_ldlibs: ["-lrt"], host_ldlibs: ["-lrt"],
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment