Browse Source

Remove test on API 24 (working locally but not on CI :/)

pull/3159/head
Benoit Marty 2 months ago
parent
commit
962320a0d8
  1. 2
      features/call/impl/src/test/kotlin/io/element/android/features/call/impl/pip/PictureInPicturePresenterTest.kt

2
features/call/impl/src/test/kotlin/io/element/android/features/call/impl/pip/PictureInPicturePresenterTest.kt

@ -32,7 +32,7 @@ import org.robolectric.annotation.Config
@RunWith(RobolectricTestRunner::class) @RunWith(RobolectricTestRunner::class)
class PictureInPicturePresenterTest { class PictureInPicturePresenterTest {
@Test @Test
@Config(sdk = [VERSION_CODES.N, VERSION_CODES.O, VERSION_CODES.S]) @Config(sdk = [/*VERSION_CODES.N,*/ VERSION_CODES.O, VERSION_CODES.S])
fun `when pip is not supported, the state value supportPip is false`() = runTest { fun `when pip is not supported, the state value supportPip is false`() = runTest {
val presenter = createPictureInPicturePresenter(supportPip = false) val presenter = createPictureInPicturePresenter(supportPip = false)
moleculeFlow(RecompositionMode.Immediate) { moleculeFlow(RecompositionMode.Immediate) {

Loading…
Cancel
Save