From 3cd0bf17f205c6ff7f00cdfadb951b7c2ad62b8f Mon Sep 17 00:00:00 2001 From: Mateusz Holenko Date: Mon, 21 Oct 2019 12:01:07 +0200 Subject: [PATCH] samples: philosophers: Disable networking When networking is selected, building the test fails with: error: static assertion failed: "Too many traffic classes" Signed-off-by: Mateusz Holenko --- samples/philosophers/sample.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/philosophers/sample.yaml b/samples/philosophers/sample.yaml index c22178c36b8..75ec242dbc8 100644 --- a/samples/philosophers/sample.yaml +++ b/samples/philosophers/sample.yaml @@ -36,6 +36,7 @@ tests: - CONFIG_NUM_PREEMPT_PRIORITIES=6 - CONFIG_NUM_COOP_PRIORITIES=0 - CONFIG_BT=n + - CONFIG_NETWORKING=n sample.kernel.philosopher.coop_only: extra_configs: - CONFIG_NUM_PREEMPT_PRIORITIES=0