Skip to content

Commit cb89c56

Browse files
ci: recreate some snapshot tests (#14962)
## Description [This PR](#14860) changed some code (`_dd.py.partial_flush` tag) that affects some snapshot tests where the json files were not updated (and needed removing that line). Also: changed the corresponding suitespec.yml so the `ci_visibility` suite is run when the corresponding snapshot json files are modified. ## Testing Tested that those tests pass now ## Risks None ## Additional Notes None --------- Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
1 parent 492135a commit cb89c56

File tree

27 files changed

+5312
-5651
lines changed

27 files changed

+5312
-5651
lines changed

tests/ci_visibility/suitespec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ suites:
2929
- '@codeowners'
3030
- '@unittest'
3131
- '@freezegun'
32+
- '@tracing'
3233
- tests/ci_visibility/*
34+
- tests/snapshots/test_api_fake_runners.*
3335
runner: riot
3436
snapshot: true
3537
dd_coverage:
@@ -84,6 +86,7 @@ suites:
8486
- '@ci_visibility'
8587
- '@coverage'
8688
- '@freezegun'
89+
- '@tracing'
8790
- tests/contrib/unittest/*
8891
- tests/snapshots/tests.contrib.unittest.*
8992
runner: riot

0 commit comments

Comments
 (0)