diff --git a/hatch.toml b/hatch.toml index 9991ddd41a..ca74e784da 100644 --- a/hatch.toml +++ b/hatch.toml @@ -311,7 +311,6 @@ test = [ "uname -a", "pip freeze", "DD_IAST_ENABLED=false python -m pytest tests/appsec/contrib_appsec/test_fastapi.py", - "DD_IAST_ENABLED=true python -m pytest tests/appsec/contrib_appsec/test_fastapi_appsec_iast.py", "DD_IAST_ENABLED=true DD_IAST_REQUEST_SAMPLING=100 python -m pytest tests/appsec/contrib_appsec/test_fastapi.py" ]