Commit 3bfdab6
Make retriable and skippable Swift Testing tags public
The XCTest tag properties (.retriable, .tiaSkippable) are already public,
but their Swift Testing equivalents (Tag.dd.retriable/nonretriable and
Tag.dd.tia.skippable/unskippable) were internal, so cross-module callers
could not apply them via @test(.tags(...)).
Co-Authored-By: Claude Sonnet 5 <[email protected]>1 parent 3dd5144 commit 3bfdab6
2 files changed
Lines changed: 6 additions & 6 deletions
File tree
- Sources/DatadogSDKTesting
- SwiftTesting
- TestImpactAnalysis
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments