Skip to content

Commit 0e2b63d

Browse files
chore: skip pytest+CI+IAST test (#15001)
## Description Can we skip these? > yes, for sure, those tests are related to pytest + iast (AKA IAST in the CI) and it was a innovation week project, it's not a "real" feature yet ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers --> --------- Signed-off-by: Juanjo Alvarez <[email protected]> Co-authored-by: Brett Langdon <[email protected]>
1 parent f718539 commit 0e2b63d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/contrib/flask/test_appsec_flask_pytest_iast_no_snapshot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import pytest
88

99

10+
@pytest.mark.skip(reason="Not fully implemented yet")
1011
@pytest.mark.parametrize("iast_enabled", ["true", "false"])
1112
@pytest.mark.parametrize("iast_request_sampling", ["100.0", "0.0"])
1213
@pytest.mark.parametrize("pytest_use_new_plugin", ["true", "false"])

0 commit comments

Comments
 (0)