Commit 7efe1e7
authored
ci: cleanup disk space for iOS e2e tests (#1382)
## 📜 Description
Fixed iOS 26 flakiness.
## 💡 Motivation and Context
It seems like simultaneous video + screenshot causes simulator to hang.
Additionally I remove simulator service:
```bash
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService || true
```
To be sure that there is no zombie simulators.
## 📢 Changelog
<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->
### CI
- kill sim service before spinning up simulator;
### E2E
- don't capture video + screenshots together;
## 🤔 How Has This Been Tested?
Tested via this PR. 5/5 attempts are successful.
## 📸 Screenshots (if appropriate):
<img width="323" height="440" alt="image"
src="https://github.com/user-attachments/assets/ec7cac40-22be-4345-b96a-5660627e39da"
/>
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed1 parent 4d2a0ab commit 7efe1e7
2 files changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
141 | 160 | | |
142 | 161 | | |
143 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments