Current tf2tfliteV2_value_pbtxt_test test takes about 140 seconds in my Linux machine.
I'd like to disable this test in my local envrionment.
Is there any existing method for this? Or should I introduce a CMake Define ?
CC @jinevening @mhs4670go @llFreetimell @parjong @cgbahk
Not sure this will fit to your case, but I personally use this to exclude some tests
./nncc test -E ".*_remote_test|tf2tfliteV2_.*"
As I understand it call ctest, so man ctest would help
This works !!! Thank you !!!
Most helpful comment
Not sure this will fit to your case, but I personally use this to exclude some tests
As I understand it call
ctest, soman ctestwould help