Skip to content

Commit d4c9e49

Browse files
chore(ci): fix 'testing' suitespec (#15619)
## Description The `testing` suitespec did not include the `testing` component. This PR fixes it. ## Testing N/A. ## Risks None. ## Additional Notes None.
1 parent 01abfae commit d4c9e49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ci_visibility/suitespec.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ suites:
5454
- '@ci_visibility'
5555
- '@coverage'
5656
- '@codeowners'
57+
- '@testing'
5758
- tests/contrib/pytest/*
5859
- tests/contrib/pytest_benchmark/*
5960
- tests/contrib/pytest_bdd/*
@@ -72,6 +73,7 @@ suites:
7273
- '@ci_visibility'
7374
- '@coverage'
7475
- '@codeowners'
76+
- '@testing'
7577
- tests/testing/*
7678
runner: riot
7779
snapshot: true
@@ -86,6 +88,7 @@ suites:
8688
- '@pytest'
8789
- '@unittest'
8890
- '@selenium'
91+
- '@testing'
8992
- tests/contrib/selenium/*
9093
- tests/snapshots/test_selenium*
9194
runner: riot
@@ -97,6 +100,7 @@ suites:
97100
- '@unittest'
98101
- '@ci_visibility'
99102
- '@coverage'
103+
- '@testing'
100104
- tests/contrib/unittest/*
101105
- tests/snapshots/tests.contrib.unittest.*
102106
runner: riot

0 commit comments

Comments
 (0)