Set smoke tests to false in the example config so that users will have to consciously decide whether the smoke tests will be run or not.
Signed-off-by: Patrick Robb <pr...@iol.unh.edu> --- dts/test_run.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/test_run.example.yaml b/dts/test_run.example.yaml index 330a31bb18..1bc436eed1 100644 --- a/dts/test_run.example.yaml +++ b/dts/test_run.example.yaml @@ -27,7 +27,7 @@ traffic_generator: type: SCAPY perf: false # disable performance testing func: true # enable functional testing -skip_smoke_tests: false # optional +skip_smoke_tests: true # optional # by removing the `test_suites` field, this test run will run every test suite available test_suites: # the following test suites will be run in their entirety - hello_world -- 2.48.1