Commit e10045d
committed
refactor: replace SubTests with Setup+helper in TestMultiPlatformRun
SubTests run via t.Parallel() in Tigron, which caused concurrent docker
runs across platforms to fail in the in-host/docker CI job. The original
test iterated platforms sequentially; use the existing assertMultiPlatformRun
helper inside Setup to preserve that behavior.
Signed-off-by: Ogulcan Aydogan <ogulcanaydogan@hotmail.com>1 parent a1ad17d commit e10045d
1 file changed
Lines changed: 2 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 80 | + | |
| 81 | + | |
94 | 82 | | |
95 | 83 | | |
96 | 84 | | |
| |||
0 commit comments