Is there any way to exclude the Modules from CTS in android

507 views Asked by At

I am new to CTS , I tried to find out how to exclude certain modules from cts 9.0 while running the cts ,I didn't get it. Is there any way to exclude the Modules from CTS in android?

1

There are 1 answers

0
Smit On

Yes, You can exclude the modules using the below command.

run cts --exclude-module <ModuleName>