[SYCL] re-enable Scheduler StreamBufferDeallocation unit test #15292
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A month ago, we had a strange intermittent failure of one of the unit tests: #15049 and in response to that we disabled the test. It is unclear why that might have been failing.
But that was when there were some other disrupting changes, and fallout from that has since been fixed.
I have retested this on Windows for 100,000 iterations, and not a single failure seen. Tested on the CI, ran successfully there too.
I'd like to reenable this test with this PR. If the CI system starts failing on PR, we can just revert this PR in coming days.