Bring back test failing due to server issue
This reverts commit 77d77561fc835335a72b6fecc6d5f53d895ca8e1.
Merge once
- https://github.com/nextcloud/server/issues/42306 is fixed.
🏁 Checklist
- [x] Code is properly formatted (
npm run lint/npm run stylelint/composer run cs:check) - [x] Sign-off message is added to all commits
- bringing back a test case that was skipped - no new tests or docs needed.
/backport to stable28
@mejo- Are you sure this one is fixed? Upstream issue is still open but it looks like the test was flaky because files could not be deleted during preview generation.
Here's the actual fix for the tests in groupfolders: https://github.com/nextcloud/groupfolders/pull/2806/files#diff-916f4714b496997bded1e151f955f0ac5f76f562ad64c465e58b1c4f01589841R124-R130
@max-nextcloud to be honest I just rebased and saw that the tests passed. So I merged it. And I didn't see the test in question failing on main branch since then.
And I didn't see the test in question failing on
mainbranch since then.
Cool. As long as it stays green we're good then i guess. Otherwise we know where to look. I'll close the issue in server.