summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/prj.conf
diff options
context:
space:
mode:
authorAaron Massey <aaronmassey@google.com>2022-04-20 11:22:20 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-21 00:50:15 +0000
commita60ab522c7bc9a0db1667ff6f44e971245ac5aaf (patch)
tree5670a9fbd949b71282a20ab3f866e0f0796e49cb /zephyr/test/drivers/prj.conf
parentcd4544cafc123fa00bc3a71c21e90f7b8c68964c (diff)
downloadchrome-ec-a60ab522c7bc9a0db1667ff6f44e971245ac5aaf.tar.gz
zephyr: test: Remove attach_src_snk BUG CONFIG
Remove CONFIG_BUG209907615 from the drivers' test test.conf as it is no longer required to prevent breaking builds during collaboration on USB integration tests. BRANCH=none BUG=b:209907615 TEST=zmake test test-drivers Signed-off-by: Aaron Massey <aaronmassey@google.com> Change-Id: Ic5a667fc585943d5ff0cd8424fc5bd1e92ae66d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3597431 Reviewed-by: Wai-Hong Tam <waihong@google.com>
Diffstat (limited to 'zephyr/test/drivers/prj.conf')
-rw-r--r--zephyr/test/drivers/prj.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/zephyr/test/drivers/prj.conf b/zephyr/test/drivers/prj.conf
index 7fe106755f..5bf8650505 100644
--- a/zephyr/test/drivers/prj.conf
+++ b/zephyr/test/drivers/prj.conf
@@ -6,9 +6,6 @@
# uncommented, it is here to make it easy to find/enable.
# CONFIG_I2C_LOG_LEVEL_DBG=y
-# TODO(b/209907615): Remove when test finished
-CONFIG_BUG209907615=y
-
CONFIG_ZTEST=y
CONFIG_ZTEST_ASSERT_VERBOSE=1
CONFIG_ZTEST_MOCKING=y