mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
ANDROID: GKI: Disable KUnit built-in testing
Permanently disable running built-in KUnit tests. Bug: 231160059 Signed-off-by: Joe Fradley <joefradley@google.com> Change-Id: Ic0610b14b8b84fbedbe5ae813555f0856941e1a3
This commit is contained in:
parent
bbe44ba330
commit
c779f49b07
|
|
@ -110,8 +110,6 @@
|
|||
#define CREATE_TRACE_POINTS
|
||||
#include <trace/events/initcall.h>
|
||||
|
||||
#include <kunit/test.h>
|
||||
|
||||
static int kernel_init(void *);
|
||||
|
||||
extern void init_IRQ(void);
|
||||
|
|
@ -1612,8 +1610,6 @@ static noinline void __init kernel_init_freeable(void)
|
|||
|
||||
do_basic_setup();
|
||||
|
||||
kunit_run_all_tests();
|
||||
|
||||
wait_for_initramfs();
|
||||
console_on_rootfs();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user