Merge pull request #10659 from nextcloud/retry-test-shares

Add RetryTestRule to FileDisplayActivityIT
This commit is contained in:
Tobias Kaminsky 2022-08-22 14:29:05 +02:00 committed by GitHub
commit e58baada06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,9 @@ class FileDisplayActivityIT : AbstractOnServerIT() {
false
)
@get:Rule
val retryRule = RetryTestRule() // showShares is flaky
// @ScreenshotTest // todo run without real server
@Test
fun showShares() {