From 672831c2aa257610e3c5fdd15e80d7c20465b713 Mon Sep 17 00:00:00 2001 From: Federico Mon Date: Fri, 5 Apr 2024 18:53:16 +0200 Subject: [PATCH] ci: disable appsec_iast_tdd_propagation suite temporarily (#8883) CI: Disables IAST TDD Propagation suite while the fix to the proper issue is done ## Checklist - [x] Change(s) are motivated and described in the PR description - [x] Testing strategy is described if automated tests are not included in the PR - [x] Risks are described (performance impact, potential for breakage, maintainability) - [x] Change is maintainable (easy to change, telemetry, documentation) - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) are followed or label `changelog/no-changelog` is set - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)) - [x] Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) - [x] If this PR changes the public interface, I've notified `@DataDog/apm-tees`. ## Reviewer Checklist - [ ] Title is accurate - [ ] All changes are related to the pull request's stated goal - [ ] Description motivates each change - [ ] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - [ ] Testing strategy adequately addresses listed risks - [ ] Change is maintainable (easy to change, telemetry, documentation) - [ ] Release note makes sense to a user of the library - [ ] Author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - [ ] Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) --- tests/.suitespec.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/.suitespec.json b/tests/.suitespec.json index 8fa08a1e6a..540dadb610 100644 --- a/tests/.suitespec.json +++ b/tests/.suitespec.json @@ -510,15 +510,6 @@ "@remoteconfig", "tests/appsec/iast/*" ], - "appsec_iast_tdd_propagation": [ - "@bootstrap", - "@core", - "@tracing", - "@appsec", - "@appsec_iast", - "@remoteconfig", - "tests/appsec/iast_tdd_propagation/*" - ], "appsec_iast_memcheck": [ "@bootstrap", "@core",