CHROMIUM: Disable AVDTP tests
This test is consitently flakey
BUG=chromium:560915
TEST=Build BlueZ with FEATURES=test and verify that test-avdtp
doesn't run.
Change-Id: Idab193860d797f6d50bf8202582f195b699097a6
Reviewed-on: https://chromium-review.googlesource.com/314470
Commit-Ready: Sonny Rao <sonnyrao@chromium.org>
Tested-by: Sonny Rao <sonnyrao@chromium.org>
Reviewed-by: Sonny Rao <sonnyrao@chromium.org>
Reviewed-by: David James <davidjames@chromium.org>
diff --git a/Makefile.am b/Makefile.am
index ecaea4d..f0cd2e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -326,12 +326,14 @@
unit_test_sdp_LDADD = lib/libbluetooth-internal.la \
src/libshared-glib.la @GLIB_LIBS@
-unit_tests += unit/test-avdtp
+# Disable the AVDTP tests because they are consistently flaking
+# see crbug.com/560915
+# unit_tests += unit/test-avdtp
-unit_test_avdtp_SOURCES = unit/test-avdtp.c \
- src/log.h src/log.c \
- android/avdtp.c android/avdtp.h
-unit_test_avdtp_LDADD = src/libshared-glib.la @GLIB_LIBS@
+# unit_test_avdtp_SOURCES = unit/test-avdtp.c \
+# src/log.h src/log.c \
+# android/avdtp.c android/avdtp.h
+# unit_test_avdtp_LDADD = src/libshared-glib.la @GLIB_LIBS@
# Disable the AVCTP/AVRCP tests. AVRCP and AVCTP tests. The source files in
# question aren't relevant to Chrome OS and these tests are failing. (See