|
@@ -30,6 +30,7 @@ import com.nextcloud.talk.utils.database.user.UserUtils
|
|
|
import org.junit.Assert
|
|
|
import org.junit.Assert.assertEquals
|
|
|
import org.junit.Before
|
|
|
+import org.junit.Ignore
|
|
|
import org.junit.Test
|
|
|
import org.junit.runner.RunWith
|
|
|
import org.mockito.ArgumentMatchers
|
|
@@ -43,6 +44,7 @@ import java.text.ParseException
|
|
|
|
|
|
@RunWith(PowerMockRunner::class)
|
|
|
@PrepareForTest(TextUtils::class)
|
|
|
+@Ignore("Test fails on CI server. See issue https://github.com/nextcloud/talk-android/issues/1737")
|
|
|
class ShareUtilsTest {
|
|
|
@Mock
|
|
|
private val context: Context? = null
|