Skip to content

How to disable test

How to disable test

In this how to guide you will learn how to disable test for the service

How to disable one specific test?

if you want to disable a specific test for any reason, please remove the test from 'testsToRun' line.

postDeployTest:
  testsToRun: 'owasp;accessibility;performance;service-acceptance;acceptance;contract;integration'

example performance test

postDeployTest:
  testsToRun: 'owasp;accessibility;service-acceptance;acceptance;contract;integration'

How to disable all tests?

if you want to disable all tests, please set 'testsToRun' to 'none'

postDeployTest:
  testsToRun: 'none'

Please refer ffc-demo-web pipeline: