Commit d9fe003
committed
Replace failing test_invalid_subconfig subtest
test_invalid_subconfig began failing due to changes in the environment.
Test happened to verify that a validation error is thrown when all
directories on the path are unwritable.
1. this is difficult to reproduce in controlled test setup.
2. intuitively one would expect that it is enough for provided directory
to be writable, yet check is implemented to verify all directories along
the path. Reason for this is unclear.
3. it is unclear if test on purpose used a path with all directories
unwritable or if it was an accident.
As expected behavior is unknown, create a x-failing replacement test for
behavior to be verified in the future.1 parent 91d37b4 commit d9fe003
1 file changed
Lines changed: 22 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | 138 | | |
143 | 139 | | |
144 | 140 | | |
| |||
168 | 164 | | |
169 | 165 | | |
170 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
171 | 189 | | |
172 | 190 | | |
173 | 191 | | |
| |||
0 commit comments