How to disable the Assert Table, Assert View components in Higher environment (uat and prod)

Hi team I am trying to use Assert Table, Assert View component in my matillion pipeline for unit-testing. Its working fine in lower environment (DEV). But I want to disable those in higher environment like uat and production so Is there any way or option by which I can achieve this.

 

Any component we can disable in Orchestration level just right click and select the option "Disable Component".

Or use an If component to check the environment variable, and only for dev go through the assert components. That should work.