Skip to content

Commit

Permalink
kunit: try to disable broken and unneccessary tests
Browse files Browse the repository at this point in the history
Disable tests we don't care about, we use alltests in kunit.

Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: NipaLocal <nipa@local>
  • Loading branch information
kuba-moo authored and NipaLocal committed Feb 3, 2025
1 parent fa1209e commit 581637b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion drivers/firmware/cirrus/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ config FW_CS_DSP_KUNIT_TEST_UTILS
config FW_CS_DSP_KUNIT_TEST
tristate "KUnit tests for Cirrus Logic cs_dsp" if !KUNIT_ALL_TESTS
depends on KUNIT
default KUNIT_ALL_TESTS
select REGMAP
select FW_CS_DSP
select FW_CS_DSP_KUNIT_TEST_UTILS
Expand Down
1 change: 0 additions & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,6 @@ config TEST_UUID
config XARRAY_KUNIT
tristate "KUnit test XArray code at runtime" if !KUNIT_ALL_TESTS
depends on KUNIT
default KUNIT_ALL_TESTS
help
Enable this option to test the Xarray code at boot.

Expand Down
9 changes: 0 additions & 9 deletions tools/testing/kunit/configs/all_tests.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,8 @@ CONFIG_MAC80211=y
CONFIG_WLAN_VENDOR_INTEL=y
CONFIG_IWLWIFI=y

CONFIG_DAMON=y
CONFIG_DAMON_VADDR=y
CONFIG_DAMON_PADDR=y

CONFIG_REGMAP_BUILD=y

CONFIG_SECURITY=y
CONFIG_SECURITY_APPARMOR=y
CONFIG_SECURITY_LANDLOCK=y

CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_SOC=y
CONFIG_SND_SOC_TOPOLOGY_BUILD=y

0 comments on commit 581637b

Please sign in to comment.