Commit 3db42a7
authored
Fix to Unreal tests to stop requesting infinite resources (#3504)
# Description of Changes
For core dumps Unreal tries to use setrlimit() for infinity when setting
resource limits, it seems this becomes an issue intermittently when
running tests in parallel. There is an option when running Unreal to
disable this and we can rely on error longs only which makes sense for
CI imo.
# API and ABI breaking changes
None
# Expected complexity level and risk
1 - small flag change
# Testing
- [x] Re-ran all tests locally1 parent 2516357 commit 3db42a7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments