mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Merge pull request #10659 from nextcloud/retry-test-shares
Add RetryTestRule to FileDisplayActivityIT
This commit is contained in:
commit
e58baada06
1 changed files with 3 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue